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

Commit 859be218 authored by Liam Mark's avatar Liam Mark
Browse files

ARM: dts: msm: Add memory carveouts for msmzirc



Add memory carveouts to msmzirc for WCNSS Debug, SBL,
TZ and SMEM.

Change-Id: Idc2ea33a09fe23fd753c821d5fdabf34a0fd07a1
Signed-off-by: default avatarLiam Mark <lmark@codeaurora.org>
parent 38fb8d37
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -23,6 +23,24 @@
		spi0 = &spi_0;
	};

	memory {
		wcnss_debug_mem: wcnss_debug_region@0x86b00000 {
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0x86b00000 0x100000>;
			label = "wcnss_debug_mem";
		};

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

	soc: soc { };
};