ARM: dts: qcom: Add Gaming variant device trees for Parrot

Add Gaming variant device trees for Parrot SoC.

Change-Id: I4f6116c2a33a1b7a27b5a3b3d667bb39124eb96f
This commit is contained in:
Swetha Chikkaboraiah
2023-09-29 15:45:32 +05:30
parent 30ddb40051
commit e493f3a38c
36 changed files with 221 additions and 26 deletions

View File

@@ -425,25 +425,25 @@ dtbo-$(CONFIG_ARCH_PARROT) += parrot-rumi-overlay.dtbo \
parrot-qrd-pm8350b-overlay.dtbo
parrot-rumi-overlay.dtbo-base := parrot.dtb
parrot-atp-overlay.dtbo-base := parrot.dtb parrotp.dtb
parrot-idp-overlay.dtbo-base := parrot.dtb parrotp.dtb
parrot-atp-overlay.dtbo-base := parrot.dtb parrotp.dtb parrot-sg.dtb
parrot-idp-overlay.dtbo-base := parrot.dtb parrotp.dtb parrot-sg.dtb
parrot-idp-4gb-overlay.dtbo-base := parrot-4gb.dtb
parrot-idp-wcn3990-overlay.dtbo-base := parrot.dtb parrotp.dtb
parrot-idp-wcn3990-overlay.dtbo-base := parrot.dtb parrotp.dtb parrot-sg.dtb
parrot-idp-wcn3990-4gb-overlay.dtbo-base := parrot-4gb.dtb
parrot-idp-wcn3990-amoled-rcm-overlay.dtbo-base := parrot.dtb parrotp.dtb
parrot-idp-wcn3990-amoled-rcm-overlay.dtbo-base := parrot.dtb parrotp.dtb parrot-sg.dtb
parrot-idp-wcn3990-amoled-rcm-4gb-overlay.dtbo-base := parrot-4gb.dtb
parrot-idp-wcn6750-amoled-rcm-overlay.dtbo-base := parrot.dtb parrotp.dtb
parrot-idp-wcn6750-amoled-rcm-overlay.dtbo-base := parrot.dtb parrotp.dtb parrot-sg.dtb
parrot-idp-wcn6750-amoled-rcm-4gb-overlay.dtbo-base := parrot-4gb.dtb
parrot-idp-wcn6750-amoled-overlay.dtbo-base := parrot.dtb parrotp.dtb
parrot-idp-wcn6750-amoled-overlay.dtbo-base := parrot.dtb parrotp.dtb parrot-sg.dtb
parrot-idp-wcn6750-amoled-4gb-overlay.dtbo-base := parrot-4gb.dtb
parrot-idp-nopmi-overlay.dtbo-base := parrot.dtb parrotp.dtb
parrot-idp-pm8350b-overlay.dtbo-base := parrot.dtb parrotp.dtb
parrot-qrd-overlay.dtbo-base := parrot.dtb parrotp.dtb
parrot-idp-nopmi-overlay.dtbo-base := parrot.dtb parrotp.dtb parrot-sg.dtb
parrot-idp-pm8350b-overlay.dtbo-base := parrot.dtb parrotp.dtb parrot-sg.dtb
parrot-qrd-overlay.dtbo-base := parrot.dtb parrotp.dtb parrot-sg.dtb
parrot-qrd-4gb-overlay.dtbo-base := parrot-4gb.dtb
parrot-qrd-wcn6750-overlay.dtbo-base := parrot.dtb parrotp.dtb
parrot-qrd-wcn6750-overlay.dtbo-base := parrot.dtb parrotp.dtb parrot-sg.dtb
parrot-qrd-wcn6750-4gb-overlay.dtbo-base := parrot-4gb.dtb
parrot-qrd-nopmi-overlay.dtbo-base := parrot.dtb parrotp.dtb
parrot-qrd-pm8350b-overlay.dtbo-base := parrot.dtb parrotp.dtb
parrot-qrd-nopmi-overlay.dtbo-base := parrot.dtb parrotp.dtb parrot-sg.dtb
parrot-qrd-pm8350b-overlay.dtbo-base := parrot.dtb parrotp.dtb parrot-sg.dtb
else
dtb-$(CONFIG_ARCH_PARROT) += parrot-rumi.dtb \
parrot-atp.dtb \
@@ -476,7 +476,19 @@ dtb-$(CONFIG_ARCH_PARROT) += parrot-rumi.dtb \
parrotp-qrd.dtb \
parrotp-qrd-wcn6750.dtb \
parrotp-qrd-nopmi.dtb \
parrotp-qrd-pm8350b.dtb
parrotp-qrd-pm8350b.dtb \
parrot-sg-atp.dtb \
parrot-sg-idp.dtb \
parrot-sg-idp-wcn3990.dtb \
parrot-sg-idp-wcn3990-amoled-rcm.dtb \
parrot-sg-idp-wcn6750-amoled.dtb \
parrot-sg-idp-wcn6750-amoled-rcm.dtb \
parrot-sg-idp-nopmi.dtb \
parrot-sg-idp-pm8350b.dtb \
parrot-sg-qrd.dtb \
parrot-sg-qrd-wcn6750.dtb \
parrot-sg-qrd-nopmi.dtb \
parrot-sg-qrd-pm8350b.dtb
endif
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)

View File

@@ -7,6 +7,7 @@
/ {
model = "Qualcomm Technologies, Inc. Parrot ATP";
compatible = "qcom,parrot-atp", "qcom,parrot", "qcom,atp";
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>;
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>,
<633 0x10000>;
qcom,board-id = <33 0>;
};

View File

@@ -7,7 +7,8 @@
/ {
model = "Qualcomm Technologies, Inc. Parrot IDP";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>;
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>,
<633 0x10000>;
qcom,board-id = <34 0>;
qcom,pmic-id-size = <9>;
qcom,pmic-id = <0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0>;

View File

@@ -8,6 +8,7 @@
/ {
model = "Qualcomm Technologies, Inc. Parrot IDP";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>;
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>,
<633 0x10000>;
qcom,board-id = <34 0>;
};

View File

@@ -8,6 +8,7 @@
/ {
model = "Qualcomm Technologies, Inc. Parrot IDP";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>;
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>,
<633 0x10000>;
qcom,board-id = <34 0>;
};

View File

@@ -8,6 +8,7 @@
/ {
model = "Qualcomm Technologies, Inc. Parrot WCN3990 IDP + AMOLED + RCM";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>;
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>,
<633 0x10000>;
qcom,board-id = <34 3>;
};

View File

@@ -7,6 +7,7 @@
/ {
model = "Qualcomm Technologies, Inc. Parrot IDP + WCN3990";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>;
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>,
<633 0x10000>;
qcom,board-id = <34 1>;
};

View File

@@ -8,6 +8,7 @@
/ {
model = "Qualcomm Technologies, Inc. Parrot WCN6750 IDP + AMOLED";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>;
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>,
<633 0x10000>;
qcom,board-id = <34 4>;
};

View File

@@ -8,6 +8,7 @@
/ {
model = "Qualcomm Technologies, Inc. Parrot WCN6750 IDP + AMOLED + RCM";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>;
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>,
<633 0x10000>;
qcom,board-id = <34 2>;
};

View File

@@ -7,7 +7,8 @@
/ {
model = "Qualcomm Technologies, Inc. Parrot QRD";
compatible = "qcom,parrot-qrd", "qcom,parrot", "qcom,qrd";
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>;
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>,
<633 0x10000>;
qcom,board-id = <0x1000B 0>;
qcom,pmic-id-size = <9>;
qcom,pmic-id = <0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0>;

View File

@@ -8,6 +8,7 @@
/ {
model = "Qualcomm Technologies, Inc. Parrot QRD";
compatible = "qcom,parrot-qrd", "qcom,parrot", "qcom,qrd";
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>;
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>,
<633 0x10000>;
qcom,board-id = <0x1000B 0>;
};

View File

@@ -8,6 +8,7 @@
/ {
model = "Qualcomm Technologies, Inc. Parrot QRD";
compatible = "qcom,parrot-qrd", "qcom,parrot", "qcom,qrd";
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>;
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>,
<633 0x10000>;
qcom,board-id = <0x1000B 0>;
};

View File

@@ -8,6 +8,7 @@
/ {
model = "Qualcomm Technologies, Inc. Parrot WCN6750 QRD";
compatible = "qcom,parrot-qrd", "qcom,parrot", "qcom,qrd";
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>;
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>,
<633 0x10000>;
qcom,board-id = <0x1000B 1>;
};

11
qcom/parrot-sg-atp.dts Normal file
View File

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

1
qcom/parrot-sg-atp.dtsi Normal file
View File

@@ -0,0 +1 @@
#include "parrot-atp.dtsi"

View File

@@ -0,0 +1,13 @@
/dts-v1/;
#include "parrot-sg.dtsi"
#include "parrot-wcn6750.dtsi"
#include "parrot-sg-idp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot SG IDP";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,board-id = <34 0>;
qcom,pmic-id-size = <9>;
qcom,pmic-id = <0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0>;
};

View File

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

View File

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

View File

@@ -0,0 +1 @@
#include "parrot-idp-wcn3990-amoled-rcm.dtsi"

View File

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

View File

@@ -0,0 +1 @@
#include "parrot-idp-wcn3990.dtsi"

View File

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

View File

@@ -0,0 +1 @@
#include "parrot-idp-wcn6750-amoled-rcm.dtsi"

View File

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

View File

@@ -0,0 +1 @@
#include "parrot-idp-wcn6750-amoled.dtsi"

12
qcom/parrot-sg-idp.dts Normal file
View File

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

1
qcom/parrot-sg-idp.dtsi Normal file
View File

@@ -0,0 +1 @@
#include "parrot-idp.dtsi"

View File

@@ -0,0 +1,13 @@
/dts-v1/;
#include "parrot-sg.dtsi"
#include "parrot-wcn3990.dtsi"
#include "parrot-sg-qrd.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot SG QRD";
compatible = "qcom,parrot-qrd", "qcom,parrot", "qcom,qrd";
qcom,board-id = <0x1000B 0>;
qcom,pmic-id-size = <9>;
qcom,pmic-id = <0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0>;
};

View File

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

View File

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

View File

@@ -0,0 +1 @@
#include "parrot-qrd-wcn6750.dtsi"

12
qcom/parrot-sg-qrd.dts Normal file
View File

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

1
qcom/parrot-sg-qrd.dtsi Normal file
View File

@@ -0,0 +1 @@
#include "parrot-qrd.dtsi"

9
qcom/parrot-sg.dts Normal file
View File

@@ -0,0 +1,9 @@
/dts-v1/;
#include "parrot-sg.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot SG SoC";
compatible = "qcom,parrot";
qcom,board-id = <0 0>;
};

8
qcom/parrot-sg.dtsi Normal file
View File

@@ -0,0 +1,8 @@
#include "parrot.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot SG";
compatible = "qcom,parrot";
qcom,msm-id = <633 0x10000>;
};

View File

@@ -1,7 +1,8 @@
#include "waipio-vm.dtsi"
/ {
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>;
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>,
<633 0x10000>;
interrupt-parent = <&vgic>;
gunyah-vsock {