blob: 8e49ab83f76a88d26a91f0cbd927be9175bc3f44 [file] [log] [blame]
Abdellatif El Khlifiad9b8e52021-04-21 17:20:43 +01001/*
Vishnu Banavath2b651ea2022-01-19 18:43:12 +00002 * Copyright (c) 2021-2022, Arm Limited. All rights reserved.
Abdellatif El Khlifiad9b8e52021-04-21 17:20:43 +01003 *
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>;
J-Alves481c52f2021-03-11 17:46:47 +000023 min_ver = <0x1>;
Abdellatif El Khlifiad9b8e52021-04-21 17:20:43 +010024 exec_state = <0x0>;
25 load_address = <0x0 0x2002000>;
26 entrypoint = <0x0 0x2002000>;
27 binary_size = <0xae000>;
28 };
29
30};