ARM: dts: msm: Add skeleton for all SM6150 and SA6155 DT files

Add skeleton for all SM6150 and SA6155 device tree files
based on msm-5.4 with relevant changes in the Makefile.

Change-Id: I2a2da5eec2928b2703b333a99c85b3cecde607bb
This commit is contained in:
Shreyas K K
2022-03-31 11:40:52 +05:30
parent 1905299ba0
commit d38f525a88
11 changed files with 106 additions and 0 deletions

View File

@@ -95,6 +95,22 @@ gen3auto-overlays-dtb-$(CONFIG_ARCH_SA8195) += $(SA8195P_BOARDS) $(SA8195P_BASE_
dtb-y += $(gen3auto-dtb-y)
SA6155_BASE_DTB += sa6155.dtb
SA6155P_BASE_DTB += sa6155p.dtb
SA6155_BOARDS += sa6155-adp-star-overlay.dtbo \
sa6155-adp-air-overlay.dtbo
SA6155P_BOARDS += sa6155p-adp-star-overlay.dtbo \
sa6155p-adp-air-overlay.dtbo
sdmsteppeauto-dtb-$(CONFIG_ARCH_SA6155) += \
$(call add-overlays, $(SA6155_BOARDS),$(SA6155_BASE_DTB))\
$(call add-overlays, $(SA6155P_BOARDS),$(SA6155P_BASE_DTB))
sdmsteppeauto-overlays-dtb-$(CONFIG_ARCH_SA6155) += $(SA6155_BOARDS) $(SA6155P_BOARDS) $(SA6155_BASE_DTB) $(SA6155P_BASE_DTB)
dtb-y += $(sdmsteppeauto-dtb-y)
endif
ifeq ($(CONFIG_ARCH_KALAMA), y)

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "sa6155-adp-common.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SA6155 ADP-AIR";
compatible = "qcom,sa6155-adp-air", "qcom,sa6155", "qcom,adp-air";
qcom,msm-id = <384 0x0>;
qcom,board-id = <0x03010019 0>;
};

View File

@@ -0,0 +1,6 @@
#include <dt-bindings/gpio/gpio.h>
&soc {
};

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "sa6155-adp-common.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SA6155 ADP-STAR";
compatible = "qcom,sa6155-adp-star", "qcom,sa6155", "qcom,adp-star";
qcom,msm-id = <384 0x0>;
qcom,board-id = <0x010019 0>;
};

9
qcom/sa6155.dts Normal file
View File

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

8
qcom/sa6155.dtsi Normal file
View File

@@ -0,0 +1,8 @@
#include "sm6150.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SA6155";
compatible = "qcom,sa6155";
qcom,msm-name = "SA6155";
qcom,msm-id = <384 0x10000>;
};

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "sa6155-adp-common.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SA6155P ADP-AIR";
compatible = "qcom,sa6155p-adp-air", "qcom,sa6155p", "qcom,adp-air";
qcom,msm-id = <377 0x0>, <380 0>;
qcom,board-id = <0x03010019 0>;
};

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "sa6155-adp-common.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SA6155P ADP-STAR";
compatible = "qcom,sa6155p-adp-star", "qcom,sa6155p", "qcom,adp-star";
qcom,msm-id = <377 0x0>, <380 0>;
qcom,board-id = <0x010019 0>;
};

9
qcom/sa6155p.dts Normal file
View File

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

7
qcom/sa6155p.dtsi Normal file
View File

@@ -0,0 +1,7 @@
#include "sm6150.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SA6155P";
qcom,msm-name = "SA6155P";
qcom,msm-id = <377 0>, <380 0>;
};

7
qcom/sm6150p.dtsi Normal file
View File

@@ -0,0 +1,7 @@
#include "sm6150.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SM6150P";
qcom,msm-name = "SM6150P";
qcom,msm-id = <369 0>;
};