blob: b14d7adca96ab54d0110986add89f2dd559046a0 [file] [log] [blame]
Chandni Cherukurif7813232018-09-16 21:06:29 +05301/*
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 compatible = "arm,tb_fw";
Chandni Cherukuri29ea98d2018-11-28 11:26:19 +053012 nt_fw_config_addr = <0x0 0xFEF00000>;
13 nt_fw_config_max_size = <0x0100000>;
Chandni Cherukurif7813232018-09-16 21:06:29 +053014 /*
15 * The following two entries are placeholders for Mbed TLS
16 * heap information. The default values don't matter since
17 * they will be overwritten by BL1.
18 * In case of having shared Mbed TLS heap between BL1 and BL2,
19 * BL1 will populate these two properties with the respective
20 * info about the shared heap. This info will be available for
21 * BL2 in order to locate and re-use the heap.
22 */
23 mbedtls_heap_addr = <0x0 0x0>;
24 mbedtls_heap_size = <0x0>;
25};