• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright (c) 2019-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 = <0xA00>;
19			id = <TB_FW_CONFIG_ID>;
20		};
21
22		hw-config {
23			load-address = <0x0 0x82000000>;
24			max-size = <PLAT_ARM_HW_CONFIG_SIZE>;
25			id = <HW_CONFIG_ID>;
26		};
27	};
28};
29