mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-02 08:02:40 +00:00
add RIF memory firewall node for STM32MP257F-DK board. Change-Id: I1b6b094a3f6209f996a2ff5d590f081a68d9c7a9 Signed-off-by: Maxime Méré <maxime.mere@foss.st.com>
35 lines
899 B
Devicetree
35 lines
899 B
Devicetree
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
|
|
/*
|
|
* Copyright (C) STMicroelectronics 2025 - All Rights Reserved
|
|
*/
|
|
|
|
/*
|
|
* STM32MP25 tf-a firmware config
|
|
* Project : open
|
|
* Generated by XLmx tool version 2.2 - 3/6/2024 11:20:07 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, RIF_CID1_BF, 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)>;
|
|
};
|
|
};
|
|
};
|