From fe71d37b0a0eb28d90f3e47d03db1e20f114597e Mon Sep 17 00:00:00 2001 From: Nikhil V Date: Mon, 29 Aug 2022 10:11:21 +0530 Subject: [PATCH] ARM: dts: msm: Updated memory map for sdxpinn Updated the memory map for pinnacles as per version 3. Change-Id: I12575bd71314923279ce0d770e6ed6534ed498b4 --- qcom/sdxpinn-reserved-memory.dtsi | 35 ++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/qcom/sdxpinn-reserved-memory.dtsi b/qcom/sdxpinn-reserved-memory.dtsi index 79ce5dc9..b1e2ea1e 100644 --- a/qcom/sdxpinn-reserved-memory.dtsi +++ b/qcom/sdxpinn-reserved-memory.dtsi @@ -8,6 +8,36 @@ reg = <0x0 0x80000000 0x0 0x800000>; }; + hyp_elf_package_mem: hyp_elf_package_region@80800000 { + no-map; + reg = <0x0 0x80800000 0x0 0x200000>; + }; + + access_control_db_mem: access_control_db_region@81380000 { + no-map; + reg = <0x0 0x81380000 0x0 0x80000>; + }; + + uefi_ext_mem: uefi_ext_region@87100000 { + no-map; + reg = <0x0 0x87100000 0x0 0x400000>; + }; + + uefi_apps_mem: uefi_apps_region@87500000 { + no-map; + reg = <0x0 0x87500000 0x0 0x400000>; + }; + + abl_mem: abl_region@87900000 { + no-map; + reg = <0x0 0x87900000 0x0 0x100000>; + }; + + xbl_ramdump_mem: xbl_ramdump_region@87a00000 { + no-map; + reg = <0x0 0x87a00000 0x0 0x1c0000>; + }; + cpucp_fw_mem: cpucp_fw_region@87c00000 { no-map; reg = <0x0 0x87c00000 0x0 0x100000>; @@ -23,11 +53,6 @@ reg = <0x0 0x87d40000 0x0 0x40000>; }; - access_control_db_mem: access_control_db_region@87d80000 { - no-map; - reg = <0x0 0x87d80000 0x0 0x80000>; - }; - aop_image_mem: aop_image_region@87e00000 { no-map; reg = <0x0 0x87e00000 0x0 0x20000>;