Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3386a3f7 authored by Mukesh Ojha's avatar Mukesh Ojha Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add initial device tree for Shima

Add initial device tree to support Shima target on
RUMI platforms.

Change-Id: I58a6ec50fcf1efa7627ee00665f4c550e6055fe9
parent c0384438
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -50,6 +50,9 @@ SoCs:
- LAHAINA
  compatible = "qcom,lahaina"

- SHIMA
  compatible = "qcom,shima"

- LITO
  compatible = "qcom,lito"

@@ -173,6 +176,7 @@ compatible = "qcom,lahaina-mtp"
compatible = "qcom,lahaina-cdp"
compatible = "qcom,lahaina-qrd"
compatible = "qcom,lahaina-qrd-module"
compatible = "qcom,shima-rumi"
compatible = "qcom,lito-rumi"
compatible = "qcom,lito-mtp"
compatible = "qcom,lito-cdp"
+9 −0
Original line number Diff line number Diff line
@@ -26,6 +26,15 @@ endif

dtb-$(CONFIG_ARCH_QTI_VM) += trustedvm.dtb

ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
dtbo-$(CONFIG_ARCH_SHIMA) += \
	shima-rumi-overlay.dtbo

shima-rumi-overlay.dtbo-base := shima.dtb
else
dtb-$(CONFIG_ARCH_SHIMA) += shima-rumi.dtb
endif

always		:= $(dtb-y)
subdir-y	:= $(dts-dirs)
clean-files	:= *.dtb *.dtbo
+10 −0
Original line number Diff line number Diff line
/dts-v1/;
/plugin/;

#include "shima-rumi.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. Shima RUMI";
	compatible = "qcom,shima-rumi", "qcom,shima", "qcom,rumi";
	qcom,board-id = <0x1000F 0>;
};

qcom/shima-rumi.dts

0 → 100644
+11 −0
Original line number Diff line number Diff line
/dts-v1/;
/memreserve/ 0x90000000 0x00000100;

#include "shima.dtsi"
#include "shima-rumi.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. Shima RUMI";
	compatible = "qcom,shima-rumi", "qcom,shima", "qcom,rumi";
	qcom,board-id = <0x1000F 0>;
};

qcom/shima-rumi.dtsi

0 → 100644
+13 −0
Original line number Diff line number Diff line
&soc {
	timer {
		clock-frequency = <5000000>;
	};

	timer@17c20000 {
		clock-frequency = <5000000>;
	};

	wdog: qcom,wdt@17c10000 {
		status = "disabled";
	};
};
Loading