xref: /rk3399_ARM-atf/plat/arm/board/fvp_ve/fdts/fvp_ve_tb_fw_config.dts (revision 99bcae5ea6098131c6c33db609243ed025f1da35)
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