blob: 969bdc85adb9c47ddaab22ae2179781d486a5548 [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 SP1";
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 Kis08b3d392023-04-26 10:16:48 +020021 ns-interrupts-action = <2>; /* Non-secure interrupts are signaled */
Imre Kis506deaf2023-02-01 15:34:19 +010022 elf-format = <1>;
Jelle Sels6c19b4f2022-10-18 16:40:43 +020023 memory-regions {
24 compatible = "arm,ffa-manifest-memory-regions";
25
26 test-region {
27 /* Armv8 A Foundation Platform values */
28 base-address = <0x00000000 0x6248000>;
29 pages-count = <1>;
30 attributes = <0x3>; /* read-write */
31 };
32 };
Jelle Sels03756662021-05-20 10:41:57 +020033};