// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) /* * Copyright (c) 2024, 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 = ; }; soc_fw { load-address = <0x0 STM32MP_SYSRAM_BASE>; max-size = ; id = ; }; soc_fw-config { id = ; }; tos_fw { id = ; }; }; };