arm64: dts: mediatek: mt7981b: Add reserved memory for TF-A

Add memory range handled by ARM Trusted Firmware

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
Sjoerd Simons 2025-11-01 14:32:47 +01:00 committed by AngeloGioacchino Del Regno
parent 8bc650405f
commit c6dcf32830
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478

View File

@ -41,6 +41,18 @@ psci {
method = "smc";
};
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
/* 192 KiB reserved for ARM Trusted Firmware (BL31) */
secmon_reserved: secmon@43000000 {
reg = <0 0x43000000 0 0x30000>;
no-map;
};
};
soc {
compatible = "simple-bus";
ranges;