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

Commit 2b6a59c0 authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar
Browse files

ARM: dts: imem: Add imem node to kona device tree



Imem is a fast onchip memory used for various debug features and
dma transactions. Add a imem device tree node for kona.

Change-Id: I60fd11cd607312842b2444b77cb6a4c44743f28b
Signed-off-by: default avatarRishabh Bhatnagar <rishabhb@codeaurora.org>
parent 0566cbb4
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
@@ -404,6 +404,39 @@
		};
	};

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

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

		dload_type@1c {
			compatible = "qcom,msm-imem-dload-type";
			reg = <0x1c 0x4>;
		};

		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>;
		};
	};

	pdc: interrupt-controller@b220000 {
		compatible = "qcom,kona-pdc";
		reg = <0xb220000 0x30000>;