blob: 2646239d9266180ba5598a73ba54fa10da426407 [file] [log] [blame]
Balint Dobszay0fdceea2021-03-29 18:39:55 +02001/*
2 * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
3 *
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 = "Crypto";
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 */
Julian Hall7048d302021-06-03 16:07:28 +010019
20 device-regions {
21 compatible = "arm,ffa-manifest-device-regions";
22
23 trng {
24 /* Armv8 A Foundation Platform values */
25 base-address = <0x00000000 0x7fe60000>;
26 pages-count = <1>;
27 attributes = <0x3>; /* read-write */
28 };
29 };
Balint Dobszay0fdceea2021-03-29 18:39:55 +020030};