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

Commit 789a2c1f authored by Jeevan Shriram's avatar Jeevan Shriram
Browse files

ARM: dts: msm: Add imem,restart and sleep counter for sdmshrike



Add imem, restart and mpm sleep counter device tree nodes for
sdmshrike target.

Change-Id: I33430219cb2183581670f1cd5a75e82c68b41dfa
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent c745d32a
Loading
Loading
Loading
Loading
+51 −0
Original line number Diff line number Diff line
@@ -919,6 +919,57 @@
		qcom,ipi-ping;
		qcom,wakeup-enable;
	};

	qcom,msm-imem@146bf000 {
		compatible = "qcom,msm-imem";
		reg = <0x146bf000 0x1000>;
		ranges = <0x0 0x146bf000 0x1000>;
		#address-cells = <1>;
		#size-cells = <1>;

		mem_dump_table@10 {
			compatible = "qcom,msm-imem-mem_dump_table";
			reg = <0x10 8>;
		};

		restart_reason@65c {
			compatible = "qcom,msm-imem-restart_reason";
			reg = <0x65c 4>;
		};

		boot_stats@6b0 {
			compatible = "qcom,msm-imem-boot_stats";
			reg = <0x6b0 32>;
		};

		kaslr_offset@6d0 {
			compatible = "qcom,msm-imem-kaslr_offset";
			reg = <0x6d0 12>;
		};

		pil@94c {
			compatible = "qcom,msm-imem-pil";
			reg = <0x94c 200>;
		};

		diag_dload@c8 {
			compatible = "qcom,msm-imem-diag-dload";
			reg = <0xc8 200>;
		};
	};

	restart@c264000 {
		compatible = "qcom,pshold";
		reg =	<0xc264000 0x4>,
			<0x1fd3000 0x4>;
		reg-names = "pshold-base", "tcsr-boot-misc-detect";
	};

	qcom,mpm2-sleep-counter@c221000 {
		compatible = "qcom,mpm2-sleep-counter";
		reg = <0xc221000 0x1000>;
		clock-frequency = <32768>;
	};
};

&emac_gdsc {