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

Commit f656942c authored by Rohit Vaswani's avatar Rohit Vaswani
Browse files

ARM: boot: dts: Add memory map for msmcobalt



Specify the removed regions for MSM COBALT

Change-Id: Iff5bf5f9eb8d0c2d4bf7ba457a184721a83a6eb1
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent f34a3ba0
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -94,6 +94,30 @@
	};

	soc: soc { };

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

		removed_regions: removed_regions@85800000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x85800000 0 0x4f00000>;
		};

		peripheral_mem: peripheral_region@91400000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x91400000 0 0x2d00000>;
		};

		modem_mem: modem_region@8a700000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x8a700000 0 0x6d00000>;
		};
	};
};

&soc {