ARM: dts: msm: Add ATP platform support for Kalama SoC

Add devicetree files to support ATP platform for Kalama.

Change-Id: I083cb5ee7eb4e78e668899d37c1cb51fc96e94e7
This commit is contained in:
Vamsi Krishna Lanka
2022-01-20 11:12:39 -08:00
parent 40ed765f2a
commit 405c4fd37b
3 changed files with 13 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ KALAMA_APQ_BASE_DTB += kalamap.dtb
KALAMA_BOARDS += \
kalama-mtp-overlay.dtbo \
kalama-cdp-overlay.dtbo \
kalama-atp-overlay.dtbo \
kalama-qrd-overlay.dtbo
NOAPQ_KALAMA_BOARDS += \

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "kalama-atp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Kalama ATP";
compatible = "qcom,kalama-atp", "qcom,kalama", "qcom,atp";
qcom,msm-id = <519 0x10000>, <536 0x10000>;
qcom,board-id = <0x10021 0>;
};

1
qcom/kalama-atp.dtsi Normal file
View File

@@ -0,0 +1 @@
#include "kalama-mtp.dtsi"