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>;