mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-02 19:42:43 +00:00
Add the required device tree files for STM32MP235F-DK board support. Change-Id: I2a2c002da2aecb8421dc616e0ce45c33fb013180 Signed-off-by: Yann Gautier <yann.gautier@st.com>
35 lines
903 B
Devicetree
35 lines
903 B
Devicetree
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
|
|
/*
|
|
* Copyright (C) 2026, STMicroelectronics - All Rights Reserved
|
|
*/
|
|
|
|
/*
|
|
* stm32mp235f tf-a firmware config
|
|
* Project : open
|
|
* Generated by XLmx tool version 2.2 - 5/16/2024 11:06:21 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)>;
|
|
};
|
|
};
|
|
};
|