blob: 28ed7ae945f36a37c92bddb7b656a5f11609cadc [file] [log] [blame]
Manish V Badarkhe64616a52020-05-31 08:53:40 +01001/*
Davidson K9a949142021-03-10 12:07:15 +05302 * Copyright (c) 2020-2021, Arm Limited. All rights reserved.
Manish V Badarkhe64616a52020-05-31 08:53:40 +01003 *
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 * 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 };
Arunachalam Ganapathyade4a202020-09-22 12:50:45 +010027
28 secure-partitions {
29 compatible = "arm,sp";
Davidson K9a949142021-03-10 12:07:15 +053030#ifdef TS_SP_FW_CONFIG
31 secure-storage {
32 uuid = "dc1eef48-b17a-4ccf-ac8b-dfcff7711b14";
33 load-address = <0xfee00000>;
34 };
35 crypto {
36 uuid = "d9df52d5-16a2-4bb2-9aa4-d26d3b84e8c0";
37 load-address = <0xfec00000>;
38 };
39#endif
Arunachalam Ganapathyc44e43d2020-11-17 15:05:01 +000040#if OPTEE_SP_FW_CONFIG
41 op-tee {
Arunachalam Ganapathy4cb72e82021-05-27 16:01:57 +010042 uuid = "486178e0-e7f8-11e3-bc5e-0002a5d5c51b";
Arunachalam Ganapathyc44e43d2020-11-17 15:05:01 +000043 load-address = <0xfd280000>;
44 };
45#else
Arunachalam Ganapathyade4a202020-09-22 12:50:45 +010046 cactus-primary {
Arunachalam Ganapathy4cb72e82021-05-27 16:01:57 +010047 uuid = "b4b5671e-4a90-4fe1-b81f-fb13dae1dacb";
Arunachalam Ganapathyade4a202020-09-22 12:50:45 +010048 load-address = <0xfe000000>;
49 owner = "SiP";
50 };
51
52 cactus-secondary {
Arunachalam Ganapathy4cb72e82021-05-27 16:01:57 +010053 uuid = "d1582309-f023-47b9-827c-4464f5578fc8";
Arunachalam Ganapathyade4a202020-09-22 12:50:45 +010054 load-address = <0xfe100000>;
55 owner = "Plat";
56 };
57
58 cactus-tertiary {
Arunachalam Ganapathy4cb72e82021-05-27 16:01:57 +010059 uuid = "79b55c73-1d8c-44b9-8593-61e1770ad8d2";
Arunachalam Ganapathyade4a202020-09-22 12:50:45 +010060 load-address = <0xfe200000>;
61 };
Arunachalam Ganapathyc44e43d2020-11-17 15:05:01 +000062#endif
Arunachalam Ganapathyade4a202020-09-22 12:50:45 +010063 };
Manish V Badarkhe64616a52020-05-31 08:53:40 +010064};