ARM: dts: msm: Add dt for sa525m-rumi

Add dt for sa525-rumi.

Change-Id: Iee0f16122e088b88483a5a6c26d43b72a10556fc
This commit is contained in:
Akshay Adiga
2022-03-18 12:10:16 +05:30
committed by Gerrit - the friendly Code Review server
parent ec5488f922
commit 7707eaf778
3 changed files with 19 additions and 1 deletions

View File

@@ -131,7 +131,7 @@ sdmsteppeauto-overlays-dtb-$(CONFIG_ARCH_SA6155) += $(SA6155_BOARDS) $(SA6155P_B
dtb-y += $(sdmsteppeauto-dtb-y)
sdxpinn-dtb-$(CONFIG_ARCH_SDXPINN) += sdxpinn-rumi.dtb
sdxpinn-dtb-$(CONFIG_ARCH_SDXPINN) += sdxpinn-rumi.dtb sa525m-rumi.dtb
dtb-y += $(sdxpinn-dtb-y)
endif

11
qcom/sa525m-rumi.dts Normal file
View File

@@ -0,0 +1,11 @@
/dts-v1/;
/memreserve/ 0x90f00000 0x00010000;
#include "sa525m.dtsi"
#include "sdxpinn-rumi.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SA525M RUMI";
compatible = "qcom,sdxpinn-rumi", "qcom,sdxpinn", "qcom,rumi";
qcom,board-id = <15 0>;
};

7
qcom/sa525m.dtsi Normal file
View File

@@ -0,0 +1,7 @@
#include "sdxpinn.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SA525M";
compatible = "qcom,sdxpinn";
qcom,msm-id=<558 0x10000> ;
};