1/* 2 * Copyright (c) 2020, ARM Limited and Contributors. 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 * The following two entries are placeholders for Mbed TLS 18 * heap information. The default values don't matter since 19 * they will be overwritten by BL1. 20 * In case of having shared Mbed TLS heap between BL1 and BL2, 21 * BL1 will populate these two properties with the respective 22 * info about the shared heap. This info will be available for 23 * BL2 in order to locate and re-use the heap. 24 */ 25 mbedtls_heap_addr = <0x0 0x0>; 26 mbedtls_heap_size = <0x0>; 27 }; 28}; 29