1/* 2 * Copyright (c) 2020-2024, Arm Limited. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7#include <common/tbbr/tbbr_img_def.h> 8#include <platform_def.h> 9 10/dts-v1/; 11 12/ { 13 dtb-registry { 14 compatible = "fconf,dyn_cfg-dtb_registry"; 15 16 tb_fw-config { 17 load-address = <0x0 0x4001300>; 18 max-size = <0x400>; 19 id = <TB_FW_CONFIG_ID>; 20 }; 21 22 tos_fw-config { 23 load-address = <0x0 0x04001700>; 24 max-size = <0x1000>; 25 id = <TOS_FW_CONFIG_ID>; 26 }; 27 28 hw-config { 29 load-address = <0x0 PLAT_HW_CONFIG_DTB_BASE>; 30 max-size = <PLAT_ARM_HW_CONFIG_SIZE>; 31 id = <HW_CONFIG_ID>; 32 }; 33 nt_fw-config { 34 load-address = <0x0 (PLAT_HW_CONFIG_DTB_BASE + PLAT_ARM_HW_CONFIG_SIZE)>; 35 max-size = <0x1000>; 36 id = <NT_FW_CONFIG_ID>; 37 }; 38 }; 39}; 40