ARM: dts: msm: Add board files for SDXPINN target

Add initial board-specific devicetree files for
SDXPINN target.

Change-Id: Ib8ec48eb2d5ccf4fb2bd68b046d15e5ee4a32ace
This commit is contained in:
Rohit Agarwal
2022-06-20 10:48:15 +05:30
parent 2b5fb75494
commit b600ef3864
6 changed files with 31 additions and 1 deletions

View File

@@ -301,4 +301,6 @@ compatible = "qcom,khaje-idp"
compatible = "qcom,khaje-qrd"
compatible = "qcom,khaje-atp"
compatible = "qcom,sdxpinn-rumi"
compatible = "qcom,sdxpinn-mtp"
compatible = "qcom,sdxpinn-cdp"
compatible = "qcom,sa410m-rumi"

View File

@@ -136,7 +136,9 @@ sdmsteppeauto-overlays-dtb-$(CONFIG_ARCH_SA6155) += $(SA6155_BOARDS) $(SA6155P_B
dtb-y += $(sdmsteppeauto-dtb-y)
sdxpinn-dtb-$(CONFIG_ARCH_SDXPINN) += sdxpinn-rumi.dtb sa525m-rumi.dtb
sdxpinn-dtb-$(CONFIG_ARCH_SDXPINN) += sdxpinn-rumi.dtb sa525m-rumi.dtb \
sdxpinn-mtp.dtb \
sdxpinn-cdp.dtb
dtb-y += $(sdxpinn-dtb-y)
sa410m_auto-dtb-$(CONFIG_ARCH_SA410M) += \

11
qcom/sdxpinn-cdp.dts Normal file
View File

@@ -0,0 +1,11 @@
/dts-v1/;
#include "sdxpinn.dtsi"
#include "sdxpinn-cdp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SDXPINN CDP";
compatible = "qcom,sdxpinn-cdp",
"qcom,sdxpinn", "qcom,cdp";
qcom,board-id = <0x10001 0x0>;
};

2
qcom/sdxpinn-cdp.dtsi Normal file
View File

@@ -0,0 +1,2 @@
&soc {
};

11
qcom/sdxpinn-mtp.dts Normal file
View File

@@ -0,0 +1,11 @@
/dts-v1/;
#include "sdxpinn.dtsi"
#include "sdxpinn-mtp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SDXPINN MTP";
compatible = "qcom,sdxpinn-mtp",
"qcom,sdxpinn", "qcom,mtp";
qcom,board-id = <0x10008 0x0>;
};

2
qcom/sdxpinn-mtp.dtsi Normal file
View File

@@ -0,0 +1,2 @@
&soc {
};