blob: 902017c35491593d041995b22029fad7385fa2d1 [file] [log] [blame]
Julian Hall527ddd52021-06-28 11:57:17 +01001/*
Imre Kis506deaf2023-02-01 15:34:19 +01002 * Copyright (c) 2021-2023, Arm Limited and Contributors. All rights reserved.
Julian Hall527ddd52021-06-28 11:57:17 +01003 *
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 uuid = <@EXPORT_SP_UUID_DT@>;
13 description = "SE Proxy";
14 execution-ctx-count = <1>;
15 exception-level = <1>; /* S-EL0 */
16 execution-state = <0>; /* AArch64 */
17 xlat-granule = <0>; /* 4KiB */
Imre Kis2476f0f2022-06-14 13:27:08 +020018 messaging-method = <3>; /* Direct messaging only */
Imre Kis08b3d392023-04-26 10:16:48 +020019 ns-interrupts-action = <2>; /* Non-secure interrupts are signaled */
Imre Kis506deaf2023-02-01 15:34:19 +010020 elf-format = <1>;
Julian Hall527ddd52021-06-28 11:57:17 +010021};