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

Commit 4326aecd authored by Liam Mark's avatar Liam Mark
Browse files

ARM: dts: msm: Add memory carveouts for 8992



Add memory carveouts to 8992 for parts of the memory
are reserved for non-Linux usage.

Change-Id: I18040158be8bd5fcaf14e77267aaa9633100148a
Signed-off-by: default avatarLiam Mark <lmark@codeaurora.org>
parent d40fd88e
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -119,6 +119,30 @@
	memory {
		#address-cells = <2>;
		#size-cells = <2>;

		removed_regions: removed_regions@0 {
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0 0x06300000 0 0xD00000>;
			label = "memory_hole";
		};

		peripheral_mem: peripheral_region@0 {
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0 0x0c800000 0 0x1b00000>;
			label = "peripheral_mem";
		};

		modem_mem: modem_region@0 {
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0 0x07000000 0 0x5800000>;
			label = "modem_mem";
		};
	};
};