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

Commit 20dd5297 authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add scm dt nodes for Olympic

Add scm and scm pas device tree nodes for Olympic target.
These are required for pil image authentication.

Change-Id: I4fd67c5a6861e83679178cd3fa0b0f221f5142e8
parent 22464ef6
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -103,6 +103,13 @@
	};

	soc: soc { };

	firmware: firmware {
		scm {
			compatible = "qcom,scm";
			qcom,dload-mode = <&tcsr 0x13000>;
		};
	};
};

&soc {
@@ -226,6 +233,11 @@
		qcom,wakeup-enable;
	};

	pil_scm_pas {
		compatible = "qcom,pil-tz-scm-pas";
		interconnects = <&system_noc MASTER_CRYPTO &mc_virt SLAVE_EBI1>;
	};

	qcom,msm-rtb {
		compatible = "qcom,msm-rtb";
		qcom,rtb-size = <0x100000>;
@@ -477,6 +489,11 @@
		#hwlock-cells = <1>;
	};

	tcsr: syscon@1fc0000 {
		compatible = "syscon";
		reg = <0x1fc0000 0x30000>;
	};

	cache-controller@9200000 {
		compatible = "qcom,sdxlemur-llcc", "qcom,llcc-v2";
		reg = <0x9200000 0x50000>;