blob: 8b5a0e5808a69b6cca212017e631d1cf46972ad8 [file] [log] [blame]
Julian Hallf31da8e2023-01-17 10:10:29 +00001/*
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 Kis033d51a2024-01-15 17:19:36 +010011 ffa-version = <@CFG_FFA_VERSION@>; /* 31:16 - Major, 15:0 - Minor */
Julian Hallf31da8e2023-01-17 10:10:29 +000012 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 Szinga0446482025-05-19 23:17:15 +020018 boot-order = <@EXPORT_SP_BOOT_ORDER@>;
Julian Hallf31da8e2023-01-17 10:10:29 +000019 messaging-method = <3>; /* Direct messaging only */
Imre Kis08b3d392023-04-26 10:16:48 +020020 ns-interrupts-action = <2>; /* Non-secure interrupts are signaled */
Gyorgy Szing8d6e8ba2023-04-14 14:11:33 +020021
22 memory-regions {
23 compatible = "arm,ffa-manifest-memory-regions";
24
25 #include "@EXPORT_DTS_MEM_REGIONS@"
26 };
Julian Hallf31da8e2023-01-17 10:10:29 +000027};