ARM: dts: msm: Add initial device tree for Parrot

Add initial device tree support for Parrot IDP/QRD/ATP platform.

Change-Id: Id0a8034d93cec8d3a7dff31ead9fe3fff64dce49
This commit is contained in:
Naina Mehta
2022-02-28 17:31:01 +05:30
parent c1fd23270b
commit d56103c581
26 changed files with 223 additions and 2 deletions

View File

@@ -289,5 +289,8 @@ compatible = "qcom,diwali-lte-qrd"
compatible = "qcom,diwali-lte-atp"
compatible = "qcom,neo-rumi"
compatible = "qcom,parrot-rumi"
compatible = "qcom,parrot-idp"
compatible = "qcom,parrot-qrd"
compatible = "qcom,parrot-atp"
compatible = "qcom,anorak-rumi"
compatible = "qcom,anorak-idp"

View File

@@ -294,11 +294,35 @@ dtb-$(CONFIG_ARCH_CAPE) += cape-mtp-pm8008.dtb \
endif
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
dtbo-$(CONFIG_ARCH_PARROT) += parrot-rumi-overlay.dtbo
dtbo-$(CONFIG_ARCH_PARROT) += parrot-rumi-overlay.dtbo \
parrot-atp-overlay.dtbo \
parrot-idp-overlay.dtbo \
parrot-idp-wcn3990-overlay.dtbo \
parrot-idp-wcn3990-amoled-rcm-overlay.dtbo \
parrot-idp-wcn6750-amoled-rcm-overlay.dtbo \
parrot-idp-wcn6750-amoled-overlay.dtbo \
parrot-qrd-overlay.dtbo \
parrot-qrd-wcn6750-overlay.dtbo
parrot-rumi-overlay.dtbo-base := parrot.dtb
parrot-atp-overlay.dtbo-base := parrot.dtb
parrot-idp-overlay.dtbo-base := parrot.dtb
parrot-idp-wcn3990-overlay.dtbo-base := parrot.dtb
parrot-idp-wcn3990-amoled-rcm-overlay.dtbo-base := parrot.dtb
parrot-idp-wcn6750-amoled-rcm-overlay.dtbo-base := parrot.dtb
parrot-idp-wcn6750-amoled-overlay.dtbo-base := parrot.dtb
parrot-qrd-overlay.dtbo-base := parrot.dtb
parrot-qrd-wcn6750-overlay.dtbo-base := parrot.dtb
else
dtb-$(CONFIG_ARCH_PARROT) += parrot-rumi.dtb
dtb-$(CONFIG_ARCH_PARROT) += parrot-rumi.dtb \
parrot-atp.dtb \
parrot-idp.dtb \
parrot-idp-wcn3990.dtb \
parrot-idp-wcn3990-amoled-rcm.dtb \
parrot-idp-wcn6750-amoled.dtb \
parrot-idp-wcn6750-amoled-rcm.dtb \
parrot-qrd.dtb \
parrot-qrd-wcn6750.dtb
endif
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "parrot-atp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot ATP";
compatible = "qcom,parrot-atp", "qcom,parrot", "qcom,atp";
qcom,msm-id = <537 0x10000>;
qcom,board-id = <33 0>;
};

10
qcom/parrot-atp.dts Normal file
View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "parrot.dtsi"
#include "parrot-atp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot ATP";
compatible = "qcom,parrot-atp", "qcom,parrot", "qcom,atp";
qcom,board-id = <33 0>;
};

2
qcom/parrot-atp.dtsi Normal file
View File

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

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "parrot-idp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot IDP";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,msm-id = <537 0x10000>;
qcom,board-id = <34 0>;
};

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "parrot-idp-wcn3990-amoled-rcm.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot WCN3990 IDP + AMOLED + RCM";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,msm-id = <537 0x10000>;
qcom,board-id = <34 3>;
};

View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "parrot.dtsi"
#include "parrot-idp-wcn3990-amoled-rcm.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot WCN3990 IDP + AMOLED + RCM";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,board-id = <34 3>;
};

View File

@@ -0,0 +1,4 @@
#include "parrot-idp.dtsi"
&soc {
};

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "parrot-idp-wcn3990.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot IDP + WCN3990";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,msm-id = <537 0x10000>;
qcom,board-id = <34 1>;
};

View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "parrot.dtsi"
#include "parrot-idp-wcn3990.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot IDP + WCN3990";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,board-id = <34 1>;
};

View File

@@ -0,0 +1,4 @@
#include "parrot-idp.dtsi"
&soc {
};

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "parrot-idp-wcn6750-amoled.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot WCN6750 IDP + AMOLED";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,msm-id = <537 0x10000>;
qcom,board-id = <34 4>;
};

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "parrot-idp-wcn6750-amoled-rcm.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot WCN6750 IDP + AMOLED + RCM";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,msm-id = <537 0x10000>;
qcom,board-id = <34 2>;
};

View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "parrot.dtsi"
#include "parrot-idp-wcn6750-amoled-rcm.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot WCN6750 IDP + AMOLED + RCM";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,board-id = <34 2>;
};

View File

@@ -0,0 +1,4 @@
#include "parrot-idp.dtsi"
&soc {
};

View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "parrot.dtsi"
#include "parrot-idp-wcn6750-amoled.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot WCN6750 IDP + AMOLED";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,board-id = <34 4>;
};

View File

@@ -0,0 +1,4 @@
#include "parrot-idp.dtsi"
&soc {
};

10
qcom/parrot-idp.dts Normal file
View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "parrot.dtsi"
#include "parrot-idp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot IDP";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,board-id = <34 0>;
};

2
qcom/parrot-idp.dtsi Normal file
View File

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

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "parrot-qrd.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot QRD";
compatible = "qcom,parrot-qrd", "qcom,parrot", "qcom,qrd";
qcom,msm-id = <537 0x10000>;
qcom,board-id = <0x1000B 0>;
};

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "parrot-qrd-wcn6750.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot QRD";
compatible = "qcom,parrot-qrd", "qcom,parrot", "qcom,qrd";
qcom,msm-id = <537 0x10000>;
qcom,board-id = <0x1000B 1>;
};

View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "parrot.dtsi"
#include "parrot-qrd-wcn6750.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot QRD";
compatible = "qcom,parrot-qrd", "qcom,parrot", "qcom,qrd";
qcom,board-id = <0x1000B 1>;
};

View File

@@ -0,0 +1,4 @@
#include "parrot-qrd.dtsi"
&soc {
};

10
qcom/parrot-qrd.dts Normal file
View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "parrot.dtsi"
#include "parrot-qrd.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot QRD";
compatible = "qcom,parrot-qrd", "qcom,parrot", "qcom,qrd";
qcom,board-id = <0x1000B 0>;
};

2
qcom/parrot-qrd.dtsi Normal file
View File

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