ARM: dts: msm: Add initial device tree for NEO QXR

Add initial device tree to support NEO QXR SoC platform.

Change-Id: I1b920410f855f84fc6718ea6dedaab6f5b2bc6c7
This commit is contained in:
Lijuan Gao
2022-03-14 18:19:58 +08:00
parent 9d61db4872
commit 2c59613af0
5 changed files with 26 additions and 1 deletions

View File

@@ -288,6 +288,7 @@ compatible = "qcom,diwali-lte-idp"
compatible = "qcom,diwali-lte-qrd"
compatible = "qcom,diwali-lte-atp"
compatible = "qcom,neo-rumi"
compatible = "qcom,neo-qxr"
compatible = "qcom,parrot-rumi"
compatible = "qcom,parrot-idp"
compatible = "qcom,parrot-qrd"

View File

@@ -166,13 +166,16 @@ endif
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
dtbo-$(CONFIG_ARCH_NEO) += neo-rumi-overlay.dtbo \
neo_la-rumi-overlay.dtbo
neo_la-rumi-overlay.dtbo \
neo-qxr-overlay.dtbo
neo-rumi-overlay.dtbo-base := neo.dtb
neo_la-rumi-overlay.dtbo-base := neo_la.dtb
neo-qxr-overlay.dtbo-base := neo.dtb
else
dtb-$(CONFIG_ARCH_NEO) += neo-rumi.dtb
dtb-$(CONFIG_ARCH_NEO) += neo_la-rumi.dtb
dtb-$(CONFIG_ARCH_NEO) += neo-qxr.dtb
endif
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)

11
qcom/neo-qxr-overlay.dts Normal file
View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "neo-qxr.dtsi"
/ {
model = "Qualcomm Technologies, Inc. NEO QXR";
compatible = "qcom,neo", "qcom,neo-qxr";
qcom,msm-id = <525 0x10000>;
qcom,board-id = <0x10026 0>;
};

10
qcom/neo-qxr.dts Normal file
View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "neo.dtsi"
#include "neo-qxr.dtsi"
/ {
model = "Qualcomm Technologies, Inc. NEO QXR";
compatible = "qcom,neo", "qcom,neo-qxr";
qcom,board-id = <0x10026 0>;
};

0
qcom/neo-qxr.dtsi Normal file
View File