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

Commit 9423abae authored by Prakash Gupta's avatar Prakash Gupta
Browse files

ARM: dts: msm: Add memory map for bengal

Update base memory map for bengal.

Change-Id: I8df78ad061a261f1d457b61b55e713bdd4378f2e
parent e5bfbc46
Loading
Loading
Loading
Loading
+100 −0
Original line number Diff line number Diff line
@@ -264,6 +264,106 @@
		method = "smc";
	};

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

		hyp_region: hyp_region@45700000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x45700000 0x0 0x600000>;
		};

		xbl_aop_mem: xbl_aop_mem@45e00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x45e00000 0x0 0x140000>;
		};

		sec_apps_mem: sec_apps_region@45fff000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x45fff000 0x0 0x1000>;
		};

		smem_region: smem@46000000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x46000000 0x0 0x200000>;
		};

		removed_region: removed_region@46200000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x46200000 0x0 0x3900000>;
		};

		pil_modem_mem: modem_region@4ab00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x4ab00000 0x0 0x6400000>;
		};

		pil_video_mem: pil_video_region@50f00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x50f00000 0x0 0x500000>;
		};

		wlan_msa_mem: wlan_msa_region@51400000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x51400000 0x0 0x200000>;
		};

		pil_cdsp_mem: cdsp_regions@51600000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x51600000 0x0 0x1e00000>;
		};

		pil_adsp_mem: pil_adsp_region@53400000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x53400000 0x0 0x1e00000>;
		};

		pil_ipa_fw_mem: ips_fw_region@55200000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x55200000 0x0 0x10000>;
		};

		pil_ipa_gsi_mem: ipa_gsi_region@55210000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x55210000 0x0 0x5000>;
		};

		pil_gpu_mem: gpu_region@55215000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x55215000 0x0 0x2000>;
		};

		cdsp_sec_mem: cdsp_sec_regions@5f800000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x5f800000 0x0 0x1e00000>;
		};

		/* global autoconfigured region for contiguous allocations */
		linux,cma {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
			reusable;
			alignment = <0x0 0x400000>;
			size = <0x0 0x2000000>;
			linux,cma-default;
		};
	};

	chosen {
		bootargs = "rcupdate.rcu_expedited=1 rcu_nocbs=0-7";
	};