blob: e8383aec11c022cd4546e1caa726ca85cb3a6197 [file] [log] [blame]
Imre Kis840ded22022-01-13 15:32:01 +01001/*
Imre Kis55d28f52023-01-19 13:29:41 +01002 * Copyright (c) 2021-2023, Arm Limited and Contributors. All rights reserved.
Imre Kis840ded22022-01-13 15:32:01 +01003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7@DTS_TAG@
8
9@DTS_NODE@ {
10 compatible = "arm,ffa-manifest-1.0";
11 ffa-version = <0x00010000>; /* 31:16 - Major, 15:0 - Minor */
12 uuid = <@EXPORT_SP_UUID_DT@>;
13 description = "Attestation";
14 execution-ctx-count = <1>;
15 exception-level = <1>; /* S-EL0 */
16 execution-state = <0>; /* AArch64 */
17 xlat-granule = <0>; /* 4KiB */
Gabor Toth7e4babe2024-03-14 11:09:19 +010018 boot-order = /bits/ 16 <@EXPORT_SP_BOOT_ORDER@>;
Imre Kis2476f0f2022-06-14 13:27:08 +020019 messaging-method = <3>; /* Direct messaging only */
Imre Kis08b3d392023-04-26 10:16:48 +020020 ns-interrupts-action = <2>; /* Non-secure interrupts are signaled */
Imre Kis840ded22022-01-13 15:32:01 +010021
22 boot-params {
23 compatible = "arm,ffa-manifest-boot-params";
24
25 event-log {
26 param = "EVENT_LOG"; /* The init parameter name */
27 tag = "arm,event-log"; /* Object identifier */
28 };
29 };
30
Imre Kis55d28f52023-01-19 13:29:41 +010031 tpm_event_log {
32 compatible = "arm,tpm_event_log";
33 tpm_event_log_addr = <0x0 0x0>;
34 tpm_event_log_size = <0x0>;
35 };
36
Imre Kis840ded22022-01-13 15:32:01 +010037 memory-regions {
38 compatible = "arm,ffa-manifest-memory-regions";
39
40 #include "@EXPORT_DTS_MEM_REGIONS@"
41 };
42};