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

Commit 1c3579a9 authored by Stepan Moskovchenko's avatar Stepan Moskovchenko
Browse files

ARM: dts: msm: Add IMEM nodes for MSM8992



Add the device definitions necessary to describe the IMEM
layout on the MSM8992 platform.

Change-Id: I8a39114578fe19912ee4f4ab6b167885d96daca5
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent 2f4a8940
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -234,6 +234,34 @@
		reg = <0xfc4ab000 0x4>;
	};

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

		download_mode@0 {
			compatible = "qcom,msm-imem-download_mode";
			reg = <0x0 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>;
		};

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

	blsp1_uart5: serial@f9922000 {
		compatible = "qcom,msm-lsuart-v14";
		reg = <0xf9922000 0x1000>;