mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
ARM: dts: msm: Add devicetree support for montague target
Added support for Montague target for various boards including hsp, moselle and rcm boards. Change-Id: Ie5b107a19a25c826a02ff5feb1ea67a43062ed03
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
a417704867
commit
ff5ddcf678
@@ -324,3 +324,6 @@ compatible = "qcom,ravelinp-qrd"
|
||||
compatible = "qcom,montague-rumi"
|
||||
compatible = "qcom,montague-idp"
|
||||
compatible = "qcom,montague-qrd"
|
||||
compatible = "qcom,montaguep-rumi"
|
||||
compatible = "qcom,montaguep-idp"
|
||||
compatible = "qcom,montaguep-qrd"
|
||||
|
||||
@@ -527,12 +527,10 @@ dtb-$(CONFIG_ARCH_RAVELIN) += ravelin-rumi.dtb \
|
||||
ravelinp-qrd.dtb \
|
||||
ravelinp-qrd-4gb.dtb \
|
||||
montague-rumi.dtb \
|
||||
montague-qrd.dtb \
|
||||
montague-hsp.dtb \
|
||||
montague-moselle.dtb \
|
||||
montague-rcm.dtb \
|
||||
montaguep-rumi.dtb \
|
||||
montaguep-qrd.dtb \
|
||||
montaguep-hsp.dtb \
|
||||
montaguep-moselle.dtb \
|
||||
montaguep-rcm.dtb
|
||||
|
||||
11
qcom/montague-hsp.dts
Normal file
11
qcom/montague-hsp.dts
Normal file
@@ -0,0 +1,11 @@
|
||||
/dts-v1/;
|
||||
|
||||
|
||||
#include "montague.dtsi"
|
||||
#include "montague-hsp.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Montague HSP IDP";
|
||||
compatible = "qcom,montague-idp", "qcom,montague", "qcom,idp";
|
||||
qcom,board-id = <0x10022 0x4>;
|
||||
};
|
||||
11
qcom/montague-moselle.dts
Normal file
11
qcom/montague-moselle.dts
Normal file
@@ -0,0 +1,11 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "montague.dtsi"
|
||||
#include "montague-moselle.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Montague Moselle IDP";
|
||||
compatible = "qcom,montague-idp", "qcom,montague", "qcom,idp";
|
||||
qcom,board-id = <0x10022 3>;
|
||||
};
|
||||
|
||||
11
qcom/montague-rcm.dts
Normal file
11
qcom/montague-rcm.dts
Normal file
@@ -0,0 +1,11 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "montague.dtsi"
|
||||
#include "montague-rcm.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Montague RCM IDP";
|
||||
compatible = "qcom,montague-qrd", "qcom,montague", "qcom,idp";
|
||||
qcom,board-id = <0x10022 0x5>;
|
||||
};
|
||||
|
||||
11
qcom/montaguep-hsp.dts
Normal file
11
qcom/montaguep-hsp.dts
Normal file
@@ -0,0 +1,11 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "montaguep.dtsi"
|
||||
#include "montaguep-hsp.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Montaguep HSP IDP";
|
||||
compatible = "qcom,montaguep-idp", "qcom,montaguep", "qcom,idp";
|
||||
qcom,board-id = <0x10022 0x4>;
|
||||
};
|
||||
|
||||
5
qcom/montaguep-hsp.dtsi
Normal file
5
qcom/montaguep-hsp.dtsi
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "ravelin-idp.dtsi"
|
||||
|
||||
&soc {
|
||||
};
|
||||
|
||||
11
qcom/montaguep-moselle.dts
Normal file
11
qcom/montaguep-moselle.dts
Normal file
@@ -0,0 +1,11 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "montaguep.dtsi"
|
||||
#include "montaguep-moselle.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Montaguep Moselle IDP";
|
||||
compatible = "qcom,montaguep-idp", "qcom,montaguep", "qcom,idp";
|
||||
qcom,board-id = <0x10022 3>;
|
||||
};
|
||||
|
||||
2
qcom/montaguep-moselle.dtsi
Normal file
2
qcom/montaguep-moselle.dtsi
Normal file
@@ -0,0 +1,2 @@
|
||||
#include "montague-hsp.dtsi"
|
||||
|
||||
11
qcom/montaguep-rcm.dts
Normal file
11
qcom/montaguep-rcm.dts
Normal file
@@ -0,0 +1,11 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "montaguep.dtsi"
|
||||
#include "montaguep-rcm.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Montaguep RCM IDP";
|
||||
compatible = "qcom,montaguep-idp", "qcom,montaguep", "qcom,idp";
|
||||
qcom,board-id = <0x10022 0x5>;
|
||||
};
|
||||
|
||||
1
qcom/montaguep-rcm.dtsi
Normal file
1
qcom/montaguep-rcm.dtsi
Normal file
@@ -0,0 +1 @@
|
||||
#include "montague-hsp.dtsi"
|
||||
11
qcom/montaguep-rumi.dts
Normal file
11
qcom/montaguep-rumi.dts
Normal file
@@ -0,0 +1,11 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "montaguep.dtsi"
|
||||
#include "montaguep-rumi.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Montaguep RUMI";
|
||||
compatible = "qcom,montaguep-rumi", "qcom,montaguep", "qcom,rumi";
|
||||
qcom,board-id = <0x1000F 0>;
|
||||
};
|
||||
|
||||
1
qcom/montaguep-rumi.dtsi
Normal file
1
qcom/montaguep-rumi.dtsi
Normal file
@@ -0,0 +1 @@
|
||||
#include "ravelin-rumi.dtsi"
|
||||
Reference in New Issue
Block a user