blob: d4810184225d093c292f21f98562b8e3d4768789 [file] [log] [blame]
Nariman Poushinc703f902018-03-07 10:29:57 +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 0x83000000>;
14 hw_config_max_size = <0x01000000>;
John Tsichritzisc19949a2018-08-22 12:55:41 +010015 /*
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>;
Nariman Poushinc703f902018-03-07 10:29:57 +000026 };
27};