xref: /rk3399_ARM-atf/plat/arm/board/juno/fdts/juno_tb_fw_config.dts (revision 8075fc5910113cb1838c84a8595654512c142e19)
1/*
2 * Copyright (c) 2019, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/dts-v1/;
8
9/ {
10	/* Platform Config */
11	compatible = "arm,tb_fw";
12	/* Disable authentication for development */
13	disable_auth = <0x0>;
14};
15