mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-02 10:22:37 +00:00
Add the required device tree files for STM32MP215F-DK board support. Change-Id: Iae607cf9a4308750c18dbba40e29ba483b1f6dcb Signed-off-by: Yann Gautier <yann.gautier@st.com>
35 lines
910 B
Devicetree
35 lines
910 B
Devicetree
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
|
|
/*
|
|
* Copyright (c) 2026, STMicroelectronics - All Rights Reserved
|
|
*/
|
|
|
|
/*
|
|
* stm32mp215f tf-a firmware config
|
|
* Project : open
|
|
* Generated by XLmx tool version 2.2 - 10/2/2024 3:58:37 PM
|
|
*/
|
|
|
|
/ {
|
|
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_UNUSED, 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, RIF_UNUSED, RIF_SEC, RIF_ENC_EN, RIF_BREN_EN)>;
|
|
};
|
|
};
|
|
};
|