mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-02 20:52:40 +00:00
The stm32mp257f-ev board fw-config DT file now includes a dtsi file that describes the DDR firewall configuration. Signed-off-by: Yann Gautier <yann.gautier@st.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com> Signed-off-by: Maxime Méré <maxime.mere@foss.st.com> Change-Id: I3300b00ba6e59b8df4f02db531edd590683c333f
35 lines
895 B
Devicetree
35 lines
895 B
Devicetree
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
|
|
/*
|
|
* Copyright (C) STMicroelectronics 2024-2025 - All Rights Reserved
|
|
*/
|
|
|
|
/*
|
|
* STM32MP25 tf-a firmware config
|
|
* Project : open
|
|
* Generated by XLmx tool version 2.2 - 2/27/2024 11:46:17 AM
|
|
*/
|
|
|
|
/ {
|
|
dtb-registry {
|
|
soc_fw-config {
|
|
load-address = <0x0 0x81fc0000>;
|
|
max-size = <0x40000>;
|
|
};
|
|
tos_fw {
|
|
load-address = <0x0 0x82000000>;
|
|
max-size = <0x2000000>;
|
|
};
|
|
};
|
|
|
|
st-mem-firewall {
|
|
bl31_context: bl31-context@81fc0000 {
|
|
reg = <0x0 0x81fc0000 0x0 0x40000>;
|
|
st,protreg = <RISAFPROT(RISAF_REG_ID(7), RIF_CID0_BF|RIF_CID1_BF, RIF_CID0_BF|RIF_CID1_BF, 0, RIF_SEC, RIF_ENC_EN, RIF_BREN_EN)>;
|
|
};
|
|
op_tee: op-tee@82000000 {
|
|
reg = <0x0 0x82000000 0x0 0x2000000>;
|
|
st,protreg = <RISAFPROT(RISAF_REG_ID(8), RIF_CID0_BF|RIF_CID1_BF, RIF_CID0_BF|RIF_CID1_BF, 0, RIF_SEC, RIF_ENC_EN, RIF_BREN_EN)>;
|
|
};
|
|
};
|
|
};
|