blob: f3bcf0e587ba396697a75db4c2173b6e339cffdb [file] [log] [blame]
/*
* Copyright (c) 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 = "Logging";
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>;
device-regions {
compatible = "arm,ffa-manifest-device-regions";
uart {
/* Armv8 A Foundation Platform values */
base-address = <0x00000000 0x1c0b0000>;
pages-count = <1>;
attributes = <0x3>; /* read-write */
};
};
};