blob: 7b3aa11448f712f5c4d428a8be3c871c1f1c3ca0 [file] [log] [blame]
Usama Arif82e95092019-06-18 16:46:05 +01001/*
Avinash Mehta81ffc162019-12-18 10:18:46 +00002 * Copyright (c) 2019-2020, Arm Limited. All rights reserved.
Usama Arif82e95092019-06-18 16:46:05 +01003 *
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";
Avinash Mehta81ffc162019-12-18 10:18:46 +000013 hw_config_addr = <0x0 0x83000000>;
Usama Arif82e95092019-06-18 16:46:05 +010014 hw_config_max_size = <0x01000000>;
15 /* Disable authentication for development */
16 disable_auth = <0x0>;
17 };
18};