Jelle Sels | 0375666 | 2021-05-20 10:41:57 +0200 | [diff] [blame] | 1 | /* |
Imre Kis | 506deaf | 2023-02-01 15:34:19 +0100 | [diff] [blame] | 2 | * Copyright (c) 2022-2023, Arm Limited and Contributors. All rights reserved. |
Jelle Sels | 0375666 | 2021-05-20 10:41:57 +0200 | [diff] [blame] | 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 Kis | 033d51a | 2024-01-15 17:19:36 +0100 | [diff] [blame] | 11 | /* SPM test SP2 is set to use FF-A v1.0 to cover v1.0 support as well */ |
Jelle Sels | 0375666 | 2021-05-20 10:41:57 +0200 | [diff] [blame] | 12 | ffa-version = <0x00010000>; /* 31:16 - Major, 15:0 - Minor */ |
| 13 | |
| 14 | /* Properties */ |
| 15 | description = "SPMC test SP2"; |
| 16 | uuid = <@EXPORT_SP_UUID_DT@>; |
| 17 | execution-ctx-count = <1>; |
| 18 | exception-level = <1>; /* S-EL0 */ |
| 19 | execution-state = <0>; /* AARCH64 */ |
| 20 | xlat-granule = <0>; /* 4KiB */ |
Gyorgy Szing | a044648 | 2025-05-19 23:17:15 +0200 | [diff] [blame^] | 21 | boot-order = <@EXPORT_SP_BOOT_ORDER@>; |
Jelle Sels | 0375666 | 2021-05-20 10:41:57 +0200 | [diff] [blame] | 22 | messaging-method = <3>; /* Direct messaging only */ |
Imre Kis | 08b3d39 | 2023-04-26 10:16:48 +0200 | [diff] [blame] | 23 | ns-interrupts-action = <2>; /* Non-secure interrupts are signaled */ |
Imre Kis | 506deaf | 2023-02-01 15:34:19 +0100 | [diff] [blame] | 24 | elf-format = <1>; |
Jelle Sels | 0375666 | 2021-05-20 10:41:57 +0200 | [diff] [blame] | 25 | }; |