/* * Copyright (c) 2020-2024, Arm Limited. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include #include /dts-v1/; / { dtb-registry { compatible = "fconf,dyn_cfg-dtb_registry"; tb_fw-config { load-address = <0x0 0x4001300>; max-size = <0x400>; id = ; }; tos_fw-config { load-address = <0x0 0x04001700>; max-size = <0x1000>; id = ; }; hw-config { load-address = <0x0 PLAT_HW_CONFIG_DTB_BASE>; max-size = ; id = ; }; nt_fw-config { load-address = <0x0 (PLAT_HW_CONFIG_DTB_BASE + PLAT_ARM_HW_CONFIG_SIZE)>; max-size = <0x1000>; id = ; }; }; };