1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2/* 3 * Copyright (C) STMicroelectronics 2025 - All Rights Reserved 4 */ 5 6/* 7 * STM32MP25 tf-a firmware config 8 * Project : open 9 * Generated by XLmx tool version 2.2 - 3/6/2024 11:20:07 AM 10 */ 11 12/ { 13 dtb-registry { 14 soc_fw-config { 15 load-address = <0x0 0x81fc0000>; 16 max-size = <0x40000>; 17 }; 18 tos_fw { 19 load-address = <0x0 0x82000000>; 20 max-size = <0x2000000>; 21 }; 22 }; 23 24 st-mem-firewall { 25 bl31_context: bl31-context@81fc0000 { 26 reg = <0x0 0x81fc0000 0x0 0x40000>; 27 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)>; 28 }; 29 op_tee: op-tee@82000000 { 30 reg = <0x0 0x82000000 0x0 0x2000000>; 31 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)>; 32 }; 33 }; 34}; 35