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

Commit f8741ec9 authored by Shiraz Hashim's avatar Shiraz Hashim
Browse files

ARM: dts: msm: Add memory layout for msmferrum



Add initial memory layout support for msmferrum.

Change-Id: Ife76e569eefff0f59577e2ca9b22b98897d290ad
Signed-off-by: default avatarShiraz Hashim <shashim@codeaurora.org>
parent 62ff74ec
Loading
Loading
Loading
Loading
+42 −0
Original line number Diff line number Diff line
@@ -47,6 +47,48 @@
		};
	};

	memory {
		#address-cells = <2>;
		#size-cells = <2>;

		external_image_mem: external_image__region@0 {
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0x0 0x86000000 0x0 0x0800000>;
			label = "external_image_mem";
		};

		modem_adsp_mem: modem_adsp_region@0 {
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0x0 0x86800000 0x0 0x05a00000>;
			label = "modem_adsp_mem";
		};

		peripheral_mem: pheripheral_region@0 {
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0x0 0x8c200000 0x0 0x0600000>;
			label = "peripheral_mem";
		};

		venus_qseecom_mem: venus_qseecom_region@0 {
			linux,reserve-contiguous-region;
			linux,memory-limit = <0x90000000>;
			reg = <0 0 0 0x600000>;
			label = "venus_qseecom_mem";
		};

		audio_mem: audio_region@0 {
			linux,reserve-contiguous-region;
			reg = <0 0 0 0x314000>;
			label = "audio_mem";
		};
	};

	soc: soc { };
};