blob: 3203d76e5632bffc4e6c3e18c434918edead376e [file] [log] [blame]
Jelle Sels03756662021-05-20 10:41:57 +02001/*
Imre Kis506deaf2023-02-01 15:34:19 +01002 * Copyright (c) 2022-2023, Arm Limited and Contributors. All rights reserved.
Jelle Sels03756662021-05-20 10:41:57 +02003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7@DTS_TAG@
8
9@DTS_NODE@ {
10 compatible = "arm,ffa-manifest-1.0";
11 ffa-version = <0x00010000>; /* 31:16 - Major, 15:0 - Minor */
12
13 /* Properties */
14 description = "SPMC test SP3";
15 uuid = <@EXPORT_SP_UUID_DT@>;
16 execution-ctx-count = <1>;
17 exception-level = <1>; /* S-EL0 */
18 execution-state = <0>; /* AARCH64 */
19 xlat-granule = <0>; /* 4KiB */
20 messaging-method = <3>; /* Direct messaging only */
Imre Kis506deaf2023-02-01 15:34:19 +010021 elf-format = <1>;
Jelle Sels03756662021-05-20 10:41:57 +020022};