blob: def04cde134490cd7c86d13e0edd59d6d87e5b31 [file] [log] [blame]
Abdellatif El Khlifiad9b8e52021-04-21 17:20:43 +01001/*
2 * Copyright (c) 2021, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6/dts-v1/;
7
8/ {
9 compatible = "arm,ffa-core-manifest-1.0";
10 #address-cells = <2>;
11 #size-cells = <1>;
12
13 /*
14 * BL32 image details needed by SPMC
15 *
16 * Note:
17 * binary_size: size of BL32 + TOS_FW_CONFIG
18 */
19
20 attribute {
21 spmc_id = <0x8000>;
22 maj_ver = <0x1>;
23 min_ver = <0x0>;
24 exec_state = <0x0>;
25 load_address = <0x0 0x2002000>;
26 entrypoint = <0x0 0x2002000>;
27 binary_size = <0xae000>;
28 };
29
30};