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