blob: bc75d502a2bc6ea21ab4469c5e848da0a67f2b0b [file] [log] [blame]
Julian Hallead5b622021-11-23 17:31:07 +01001/*
Imre Kis93bea2e2022-03-03 14:57:44 +01002 * Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved.
Julian Hallead5b622021-11-23 17:31:07 +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 = "SMM Gateway";
14 execution-ctx-count = <1>;
15 exception-level = <1>; /* S-EL0 */
16 execution-state = <0>; /* AArch64 */
17 xlat-granule = <0>; /* 4KiB */
18 messaging-method = <0>; /* Direct messaging only */
Imre Kis93bea2e2022-03-03 14:57:44 +010019 legacy-elf-format = <1>;
Imre Kisee70c1a2021-10-27 20:41:01 +020020
21 memory-regions {
22 compatible = "arm,ffa-manifest-memory-regions";
23
24 mm-comm-buffer {
25 base-address = <@MM_COMM_BUFFER_ADDRESS@>;
26 pages-count = <@MM_COMM_BUFFER_PAGE_COUNT@>;
27 attributes = <0xb>; /* ns access-read-write */
28 };
29 };
Julian Hallead5b622021-11-23 17:31:07 +010030};