xref: /rk3399_ARM-atf/plat/arm/board/a5ds/fdts/a5ds_tb_fw_config.dts (revision d5dfdeb65ff5b7f24dded201d2945c7b74565ce8)
1/*
2 * Copyright (c) 2019, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/dts-v1/;
8
9/ {
10	/* Platform Config */
11	plat_arm_bl2 {
12		compatible = "arm,tb_fw";
13		hw_config_addr = <0x0 0x82000000>;
14		hw_config_max_size = <0x01000000>;
15		/* Disable authentication for development */
16		disable_auth = <0x0>;
17	};
18};
19