blob: 14b0c3492074580cc5e48cb48c1a82432e1ab05a [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 */
Gabor Toth6a89a262024-04-05 11:39:39 +020020 boot-order = /bits/ 16 <@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 Sels6c19b4f2022-10-18 16:40:43 +020024 memory-regions {
25 compatible = "arm,ffa-manifest-memory-regions";
26
27 test-region {
28 /* Armv8 A Foundation Platform values */
29 base-address = <0x00000000 0x6248000>;
30 pages-count = <1>;
31 attributes = <0x3>; /* read-write */
32 };
33 };
Jelle Sels03756662021-05-20 10:41:57 +020034};