blob: f3bcf0e587ba396697a75db4c2173b6e339cffdb [file] [log] [blame]
Gabor Ambrusa84494a2023-08-14 23:04:48 +02001/*
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 */
Gabor Ambrusa84494a2023-08-14 23:04:48 +020012 uuid = <@EXPORT_SP_UUID_DT@>;
13 description = "Logging";
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@>;
Gabor Ambrusa84494a2023-08-14 23:04:48 +020019 messaging-method = <3>; /* Direct messaging only */
20 ns-interrupts-action = <2>; /* Non-secure interrupts are signaled */
21 elf-format = <1>;
22
23 device-regions {
24 compatible = "arm,ffa-manifest-device-regions";
25
26 uart {
27 /* Armv8 A Foundation Platform values */
28 base-address = <0x00000000 0x1c0b0000>;
29 pages-count = <1>;
30 attributes = <0x3>; /* read-write */
31 };
32 };
33};
34