blob: a0d0ea90e12fd9a597dc5561cfaf4cc1e8ea01a3 [file] [log] [blame]
Louis Mayencourt9fdfae32020-02-12 09:26:09 +00001/*
2 * Copyright (c) 2018-2020, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <export/common/tbbr/tbbr_img_def_exp.h>
8
9/dts-v1/;
10
11/ {
12 dtb-registry {
13 compatible = "arm,dyn_cfg-dtb_registry";
14
15 /* tb_fw_config is temporarily contained on this dtb */
16 tb_fw-config {
17 load-address = <0x0 0x4001010>;
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};