blob: f54ac1c2dd2208c2f98a9bcf82e831d68b200ab9 [file] [log] [blame]
/*
* Copyright (c) 2021-2023, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@DTS_TAG@
@DTS_NODE@ {
compatible = "arm,ffa-manifest-1.0";
ffa-version = <@CFG_FFA_VERSION@>; /* 31:16 - Major, 15:0 - Minor */
uuid = <@EXPORT_SP_UUID_DT@>;
description = "EnvTest";
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>;
memory-regions {
compatible = "arm,ffa-manifest-memory-regions";
/* Without optional base-address */
test-memory {
description = "test-memory";
pages-count = <4>;
attributes = <0x3>; /* read-write */
};
};
device-regions {
compatible = "arm,ffa-manifest-device-regions";
trng {
/* Armv8 A Foundation Platform values */
base-address = <0x00000000 0x7fe60000>;
pages-count = <1>;
attributes = <0x3>; /* read-write */
};
};
boot-params {
compatible = "arm,ffa-manifest-boot-params";
/* Legacy node to keep compatibility with psa-development SPMC. */
event-log {
param = "EVENT_LOG"; /* The init parameter name */
tag = "arm,event-log"; /* Object identifier */
};
};
tpm_event_log {
compatible = "arm,tpm_event_log";
tpm_event_log_addr = <0x0 0x0>;
tpm_event_log_size = <0x0>;
};
};