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

Commit 79b669f7 authored by Jeevan Shriram's avatar Jeevan Shriram
Browse files

ARM: dts: msm: Add imem node for sdxlemur

Add imem node for sdxlemur to enable DLOAD mode, restart reason,
PIL, memory dump table and boot stats.

Change-Id: I4543afeeca82f7f9e3c1c71329f9f4d5e977258b
parent 215b85dd
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
@@ -156,6 +156,39 @@
		reg = <0xc221000 0x1000>;
		clock-frequency = <32768>;
	};

	qcom,msm-imem@1468f000 {
		compatible = "qcom,msm-imem";
		reg = <0x1468f000 0x1000>; /* Address and size of IMEM */
		ranges = <0x0 0x1468f000 0x1000>;
		#address-cells = <1>;
		#size-cells = <1>;

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

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

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

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

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

#include "sdxlemur-pinctrl.dtsi"