ARM: dts: msm: Add 4GB dtsi support for Montague

Add new low memory dts support for both Montague
and Montaguep moselle plaform.

Change-Id: I851441d2367feda361f0abbd0ad5870e4585a048
This commit is contained in:
Gopikishan Thawre
2023-03-22 15:13:28 +05:30
parent bad37b8323
commit 2368cfca9f
7 changed files with 51 additions and 2 deletions

View File

@@ -520,7 +520,7 @@ ravelin-qrd-overlay.dtbo-base := ravelin.dtb ravelinp.dtb montague.dtb montaguep
ravelin-qrd-4gb-overlay.dtbo-base := ravelin-4gb.dtb ravelinp-4gb.dtb montague.dtb montaguep.dtb
montague-rumi-overlay.dtbo-base := montague.dtb montaguep.dtb
montague-hsp-overlay.dtbo-base := montague.dtb montaguep.dtb
montague-moselle-overlay.dtbo-base := montague.dtb montaguep.dtb
montague-moselle-overlay.dtbo-base := montague-4gb.dtb montaguep-4gb.dtb montague.dtb montaguep.dtb
montague-rcm-overlay.dtbo-base := montague.dtb montaguep.dtb
else
dtb-$(CONFIG_ARCH_RAVELIN) += ravelin-rumi.dtb \
@@ -543,7 +543,9 @@ dtb-$(CONFIG_ARCH_RAVELIN) += ravelin-rumi.dtb \
montaguep-rumi.dtb \
montaguep-hsp.dtb \
montaguep-moselle.dtb \
montaguep-rcm.dtb
montaguep-rcm.dtb \
montague-moselle-4gb.dtb \
montaguep-moselle-4gb.dtb
endif
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)

9
qcom/montague-4gb.dts Normal file
View File

@@ -0,0 +1,9 @@
/dts-v1/;
#include "montague-4gb.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Montague 4Gb SoC";
compatible = "qcom,montague";
qcom,board-id = <0 0x600>;
};

5
qcom/montague-4gb.dtsi Normal file
View File

@@ -0,0 +1,5 @@
#include "montague.dtsi"
#include "ravelin-low-memory.dtsi"
/ {
};

View File

@@ -0,0 +1,9 @@
/dts-v1/;
#include "montague-4gb.dtsi"
#include "montague-moselle.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Montague Moselle 4Gb IDP";
compatible = "qcom,montague-idp", "qcom,montague", "qcom,idp";
qcom,board-id = <0x10022 0x603>;
};

9
qcom/montaguep-4gb.dts Normal file
View File

@@ -0,0 +1,9 @@
/dts-v1/;
#include "montaguep-4gb.dtsi"
/ {
model = "Qualcomm Technologies, Inc. MontagueP 4Gb SoC";
compatible = "qcom,montaguep";
qcom,board-id = <0 0x600>;
};

5
qcom/montaguep-4gb.dtsi Normal file
View File

@@ -0,0 +1,5 @@
#include "montaguep.dtsi"
#include "ravelin-low-memory.dtsi"
/ {
};

View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "montaguep-4gb.dtsi"
#include "montaguep-moselle.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Montague Moselle 4Gb IDP";
compatible = "qcom,montague-idp", "qcom,montague", "qcom,idp";
qcom,board-id = <0x10022 0x603>;
};