xref: /rk3399_ARM-atf/plat/arm/board/a5ds/fdts/a5ds_tb_fw_config.dts (revision f1df8f10c6906519c54483f1f7a67f5cc507ec31)
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