blob: fb7e2c51a00ecdbe237cbad0c5ea92cb356d9cee [file] [log] [blame]
Soby Mathew5f6412a2018-02-08 11:39:38 +00001/*
2 * Copyright (c) 2018, 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 plat_arm_bl2 {
12 compatible = "arm,tb_fw";
13 hw_config_addr = <0x0 0x82000000>;
14 hw_config_max_size = <0x01000000>;
Soby Mathew45e39e22018-03-26 15:16:46 +010015 /* Disable authentication for development */
16 disable_auth = <0x0>;
Soby Mathew5f6412a2018-02-08 11:39:38 +000017 };
18};