blob: b9d9053884c35abf929dec25d31af7c4feaddbae [file] [log] [blame]
Louis Mayencourt6d2b5732019-12-17 13:17:25 +00001/*
2 * Copyright (c) 2019-2020, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Manish Pandeyf4110242020-06-08 14:48:09 +01007#include <common/tbbr/tbbr_img_def.h>
Louis Mayencourt6d2b5732019-12-17 13:17:25 +00008
9/dts-v1/;
10
11/ {
12 dtb-registry {
Louis Mayencourtb26fafa2020-04-20 14:17:21 +010013 compatible = "fconf,dyn_cfg-dtb_registry";
Louis Mayencourt6d2b5732019-12-17 13:17:25 +000014
15 /* tb_fw_config is temporarily contained in this dtb */
16 tb_fw-config {
17 load-address = <0x0 0x2001010>;
18 max-size = <0x200>;
19 id = <TB_FW_CONFIG_ID>;
20 };
21
22 hw-config {
23 load-address = <0x0 0x83000000>;
24 max-size = <0x01000000>;
25 id = <HW_CONFIG_ID>;
26 };
27 };
28
29 tb_fw-config {
30 compatible = "arm,tb_fw";
31
32 /* Disable authentication for development */
33 disable_auth = <0x0>;
34 };
35};