1/*
2 * Copyright 2022 The Hafnium Authors.
3 *
4 * Use of this source code is governed by a BSD-style
5 * license that can be found in the LICENSE file or at
6 * https://opensource.org/licenses/BSD-3-Clause.
7 */
8
9/dts-v1/;
10
11/ {
12        compatible = "arm,ffa-manifest-1.0";
13        debug_name = "Service2";
14
15        /* FF-A Properties */
16        ffa-version = <0x00010001>; /* 31:16 - Major, 15:0 - Minor */
17        uuid = <0x5d45882e 0xf637 0xa720 0xe8669dc>;
18        execution-ctx-count = <8>;
19        exception-level = <0>; /* EL1 */
20        execution-state = <0>; /* AARCH64 */
21        load-address = <0x90000000>; /* To make parsing of manifest happy. it is not yet used. */
22        entrypoint-offset = <0x0>;
23        xlat-granule = <0>; /* 4KiB */
24        messaging-method = <0x7>; /* Supports direct and indirect requests. */
25        notification-support; /* Receipt of notifications. */
26
27};
28