blob: ac57dcdfb6c37d242f581e678d34d4fbe9a11e39 [file] [log] [blame]
Gyorgy Szing3e3db702023-07-21 14:18:19 +02001/*
2 * Copyright (c) 2022-2023, Arm Limited and Contributors. All rights reserved.
3 *
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 SP4";
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 */
Gabor Toth6a89a262024-04-05 11:39:39 +020020 boot-order = /bits/ 16 <@EXPORT_SP_BOOT_ORDER@>;
Gyorgy Szing3e3db702023-07-21 14:18:19 +020021 messaging-method = <3>; /* Direct messaging only */
22 ns-interrupts-action = <2>; /* Non-secure interrupts are signaled */
23 elf-format = <1>;
24};