Files
android_kernel_samsung_sm87…/qcom/kera-reserved-memory.dtsi
songchai bbf809aca9 ARM: dts: msm: add reserved mem for secure_etr
Add reserved mem for secure_etr on Kera.

Change-Id: Iba7321717cac50b17d85ef03cf3ae16ec407adcc
Signed-off-by: songchai <quic_songchai@quicinc.com>
2024-12-16 22:13:59 -08:00

252 lines
4.9 KiB
Plaintext

// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&reserved_memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
gunyah_hyp_mem: gunyah_hyp_region@80000000 {
no-map;
reg = <0x0 0x80000000 0x0 0xe00000>;
};
cpusys_vm_mem: cpusys_vm_region@80e00000 {
no-map;
reg = <0x0 0x80e00000 0x0 0x400000>;
};
cpucp_mem: cpucp_region@81200000 {
no-map;
reg = <0x0 0x81200000 0x0 0x100000>;
};
/*
* hyp_tags_mem is dynamically removed from the RAM
* partition tables before boot occurs. Size of region
* varies.
*/
xbl_dtlog_mem: xbl_dtlog_region@81a00000 {
no-map;
reg = <0x0 0x81a00000 0x0 0x40000>;
};
aop_image_mem: aop_image_region@81c00000 {
no-map;
reg = <0x0 0x81c00000 0x0 0x60000>;
};
aop_cmd_db_mem: aop_cmd_db_region@81c60000 {
compatible = "qcom,cmd-db";
no-map;
reg = <0x0 0x81c60000 0x0 0x20000>;
};
aop_config_mem: aop_config_region@81c80000 {
no-map;
reg = <0x0 0x81c80000 0x0 0x20000>;
};
tme_crash_dump_mem: tme_crash_dump_region@81ca0000 {
no-map;
reg = <0x0 0x81ca0000 0x0 0x40000>;
};
tme_log_mem: tme_log_region@81ce0000 {
no-map;
reg = <0x0 0x81ce0000 0x0 0x4000>;
};
uefi_log_mem: uefi_log_region@81ce4000 {
no-map;
reg = <0x0 0x81ce4000 0x0 0x10000>;
};
chipinfo_mem: chipinfo_region@81cf4000 {
no-map;
reg = <0x0 0x81cf4000 0x0 0x1000>;
};
smem_mem: smem_region@81d00000 {
compatible = "qcom,smem";
reg = <0x0 0x81d00000 0x0 0x200000>;
hwlocks = <&tcsr_mutex 3>;
no-map;
};
cpucp_scandump_mem: cpucp_scandump_region@82200000 {
no-map;
reg = <0x0 0x82200000 0x0 0x180000>;
};
adsp_mhi_mem: adsp_mhi_region@82380000 {
no-map;
reg = <0x0 0x82380000 0x0 0x20000>;
};
soccp_sdi_mem: soccp_sdi_region@823a0000 {
no-map;
reg = <0x0 0x823a0000 0x0 0x40000>;
};
pmic_minii_dump_mem: pmic_minii_dump_region@823e0000 {
no-map;
reg = <0x0 0x823e0000 0x0 0x80000>;
};
pvm_fw_mem: pvm_fw_region@824a0000 {
no-map;
reg = <0x0 0x824a0000 0x0 0x100000>;
};
hyp_mem_database_mem: hyp_mem_database_region@825a0000 {
no-map;
reg = <0x0 0x825a0000 0x0 0x60000>;
};
global_sync_mem: global_sync_region@82600000 {
no-map;
reg = <0x0 0x82600000 0x0 0x100000>;
};
tz_stat_mem: tz_stat_region@82700000 {
no-map;
reg = <0x0 0x82700000 0x0 0x100000>;
};
qdss_apps_mem: qdss_apps_region@82800000 {
compatible = "shared-dma-pool";
reg = <0x0 0x82800000 0x0 0x2000000>;
reusable;
};
dsm_partition_1_mem: dsm_partition_1_region@84a00000 {
no-map;
reg = <0x0 0x84a00000 0x0 0x3700000>;
};
mpss_mem: mpss_region@88100000 {
no-map;
reg = <0x0 0x88100000 0x0 0xcd00000>;
};
q6_mpss_dtb_mem: q6_mpss_dtb_region@94e00000 {
no-map;
reg = <0x0 0x94e00000 0x0 0x80000>;
};
ipa_fw_mem: ipa_fw_region@94e80000 {
no-map;
reg = <0x0 0x94e80000 0x0 0x10000>;
};
ipa_gsi_mem: ipa_gsi_region@94e90000 {
no-map;
reg = <0x0 0x94e90000 0x0 0xa000>;
};
gpu_microcode_mem: gpu_microcode_region@94e9a000 {
no-map;
reg = <0x0 0x94e9a000 0x0 0x2000>;
};
camera_mem: camera_region@94f00000 {
no-map;
reg = <0x0 0x94f00000 0x0 0x800000>;
};
camera_2_mem: camera_2_region@95700000 {
no-map;
reg = <0x0 0x95700000 0x0 0x800000>;
};
video_mem: video_region@95f00000 {
no-map;
reg = <0x0 0x95f00000 0x0 0x800000>;
};
cvp_mem: cvp_region@96700000 {
no-map;
reg = <0x0 0x96700000 0x0 0x700000>;
};
soccp_mem: soccp_region@96e00000 {
no-map;
reg = <0x0 0x96e00000 0x0 0x180000>;
};
wpss_mem: wpss_region@97000000 {
no-map;
reg = <0x0 0x97000000 0x0 0x1900000>;
};
cdsp_mem: cdsp_region@98900000 {
no-map;
reg = <0x0 0x98900000 0x0 0x1900000>;
};
q6_cdsp_dtb_mem: q6_cdsp_dtb_region@9a200000 {
no-map;
reg = <0x0 0x9a200000 0x0 0x80000>;
};
q6_adsp_dtb_mem: q6_adsp_dtb_region@9a280000 {
no-map;
reg = <0x0 0x9a280000 0x0 0x80000>;
};
adspslpi_mem: adspslpi_region@9a300000 {
no-map;
reg = <0x0 0x9a300000 0x0 0x3a80000>;
};
wlan_msa_mem: wlan_msa_region@a6400000 {
no-map;
reg = <0x0 0xa6400000 0x0 0xc00000>;
};
/* uefi region can be reused by apps */
/* Linux kernel image is loaded at 0xa8000000 */
xbl_ramdump_mem: xbl_ramdump_region@b8000000 {
no-map;
reg = <0x0 0xb8000000 0x0 0x1c0000>;
};
/* merged tz_reserved, xbl_sc, and qtee regions */
tz_merged_mem: tz_merged_region@d8000000 {
no-map;
reg = <0x0 0xd8000000 0x0 0x600000>;
};
/*
* ta/tags mem is dynamically removed from the RAM
* partition tables before boot occurs. Size of region
* varies.
*/
trust_ui_vm_mem: trust_ui_vm_region@f3800000 {
compatible = "shared-dma-pool";
reg = <0x0 0xf3800000 0x0 0x4400000>;
reusable;
alignment = <0x0 0x400000>;
};
oem_vm_mem: oem_vm_region@f7c00000 {
compatible = "shared-dma-pool";
reg = <0x0 0xf7c00000 0x0 0x4c00000>;
reusable;
alignment = <0x0 0x400000>;
};
llcc_lpi_mem: llcc_lpi_region@ff800000 {
no-map;
reg = <0x0 0xff800000 0x0 0x180000>;
};
};