| /* |
| * Copyright (c) 2022-2023, Arm Limited and Contributors. All rights reserved. |
| * |
| * SPDX-License-Identifier: BSD-3-Clause |
| */ |
| |
| @DTS_TAG@ |
| |
| @DTS_NODE@ { |
| compatible = "arm,ffa-manifest-1.0"; |
| /* SPM test SP2 is set to use FF-A v1.0 to cover v1.0 support as well */ |
| ffa-version = <0x00010000>; /* 31:16 - Major, 15:0 - Minor */ |
| |
| /* Properties */ |
| description = "SPMC test SP2"; |
| uuid = <@EXPORT_SP_UUID_DT@>; |
| execution-ctx-count = <1>; |
| exception-level = <1>; /* S-EL0 */ |
| execution-state = <0>; /* AARCH64 */ |
| xlat-granule = <0>; /* 4KiB */ |
| boot-order = <@EXPORT_SP_BOOT_ORDER@>; |
| messaging-method = <3>; /* Direct messaging only */ |
| ns-interrupts-action = <2>; /* Non-secure interrupts are signaled */ |
| elf-format = <1>; |
| }; |