blob: e5ffba3bb0609e162441b6e0a89aae3c159212d6 [file] [log] [blame]
sah016ec01e82021-06-06 14:38:01 +05301/*
2 * Copyright (c) 2022, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/dts-v1/;
8/ {
9 tb_fw-config {
10 compatible = "arm,tb_fw";
11
12 /* Disable authentication for development */
13 disable_auth = <0x0>;
14
15 /*
16 * The following two entries are placeholders for Mbed TLS
17 * heap information. The default values don't matter since
18 * they will be overwritten by BL1.
19 * In case of having shared Mbed TLS heap between BL1 and BL2,
20 * BL1 will populate these two properties with the respective
21 * info about the shared heap. This info will be available for
22 * BL2 in order to locate and re-use the heap.
23 */
24 mbedtls_heap_addr = <0x0 0x0>;
25 mbedtls_heap_size = <0x0>;
26 };
27};