blob: d4080b09c119cd08bf963d7c8154d60a43cff637 [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";
Imre Kis033d51a2024-01-15 17:19:36 +010011 ffa-version = <@CFG_FFA_VERSION@>; /* 31:16 - Major, 15:0 - Minor */
Jelle Sels03756662021-05-20 10:41:57 +020012
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 */
Gyorgy Szinga0446482025-05-19 23:17:15 +020020 boot-order = <@EXPORT_SP_BOOT_ORDER@>;
Jelle Sels03756662021-05-20 10:41:57 +020021 messaging-method = <3>; /* Direct messaging only */
Imre Kis08b3d392023-04-26 10:16:48 +020022 ns-interrupts-action = <2>; /* Non-secure interrupts are signaled */
Imre Kis506deaf2023-02-01 15:34:19 +010023 elf-format = <1>;
Jelle Sels03756662021-05-20 10:41:57 +020024};