xref: /rk3399_ARM-atf/plat/arm/board/a5ds/fdts/a5ds_fw_config.dts (revision 665e71b8ea28162ec7737c1411bca3ea89e5957e)
1/*
2 * Copyright (c) 2019-2020, Arm Limited. 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 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};
36