blob: 093c4e4aef6c4e1091009bfc53fcd97f2be8f843 [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";
Imre Kis033d51a2024-01-15 17:19:36 +010011 ffa-version = <@CFG_FFA_VERSION@>; /* 31:16 - Major, 15:0 - Minor */
Gyorgy Szing3e3db702023-07-21 14:18:19 +020012
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};