blob: ed870803cea711370bbe895df37950c480102186 [file] [log] [blame]
Vishnu Banavath7cac3de2022-06-20 18:20:21 +01001/*
2 * Copyright (c) 2022 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 0x08000000>;
26 entrypoint = <0x0 0x08000000>;
27 binary_size = <0x2000000>;
28 };
29
30};