Newer
Older
arm-trusted-firmware / plat / arm / board / fvp_ve / fdts / fvp_ve_tb_fw_config.dts
@Manish V Badarkhe Manish V Badarkhe on 24 Jun 2020 247 bytes plat/arm: Rentroduce tb_fw_config device tree
/*
 * Copyright (c) 2020, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

/dts-v1/;

/ {
	tb_fw-config {
		compatible = "arm,tb_fw";

		/* Disable authentication for development */
		disable_auth = <0x0>;
	};
};