// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) /* * Copyright (c) 2021, STMicroelectronics - All Rights Reserved */ #include #include /dts-v1/; / { dtb-registry { compatible = "fconf,dyn_cfg-dtb_registry"; hw-config { load-address = <0x0 STM32MP_HW_CONFIG_BASE>; max-size = ; id = ; }; nt_fw { load-address = <0x0 STM32MP_BL33_BASE>; max-size = ; id = ; }; #ifdef AARCH32_SP_OPTEE tos_fw { load-address = <0x0 STM32MP_OPTEE_BASE>; max-size = ; id = ; }; #else tos_fw { load-address = <0x0 STM32MP_BL32_BASE>; max-size = ; id = ; }; tos_fw-config { load-address = <0x0 STM32MP_BL32_DTB_BASE>; max-size = ; id = ; }; #endif }; };