Julian Hall | f31da8e | 2023-01-17 10:10:29 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2023, Arm Limited and Contributors. All rights reserved. |
| 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 | ffa-version = <@CFG_FFA_VERSION@>; /* 31:16 - Major, 15:0 - Minor */ |
Julian Hall | f31da8e | 2023-01-17 10:10:29 +0000 | [diff] [blame] | 12 | uuid = <@EXPORT_SP_UUID_DT@>; |
| 13 | description = "FWU"; |
| 14 | execution-ctx-count = <1>; |
| 15 | exception-level = <1>; /* S-EL0 */ |
| 16 | execution-state = <0>; /* AArch64 */ |
| 17 | xlat-granule = <0>; /* 4KiB */ |
Gyorgy Szing | a044648 | 2025-05-19 23:17:15 +0200 | [diff] [blame^] | 18 | boot-order = <@EXPORT_SP_BOOT_ORDER@>; |
Julian Hall | f31da8e | 2023-01-17 10:10:29 +0000 | [diff] [blame] | 19 | messaging-method = <3>; /* Direct messaging only */ |
Imre Kis | 08b3d39 | 2023-04-26 10:16:48 +0200 | [diff] [blame] | 20 | ns-interrupts-action = <2>; /* Non-secure interrupts are signaled */ |
Julian Hall | f31da8e | 2023-01-17 10:10:29 +0000 | [diff] [blame] | 21 | elf-format = <1>; |
| 22 | }; |