aboutsummaryrefslogtreecommitdiff
path: root/deployments/attestation/opteesp/default_attestation.dts.in
blob: a184164721f98cc2f4a15af8d5a5d5f3ce9d2fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (c) 2021, 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 = <0x00010000>; /* 31:16 - Major, 15:0 - Minor */
	uuid = <@EXPORT_SP_UUID_DT@>;
	description = "Attestation";
	execution-ctx-count = <1>;
	exception-level = <1>; /* S-EL0 */
	execution-state = <0>; /* AArch64 */
	xlat-granule = <0>; /* 4KiB */
	messaging-method = <0>; /* Direct messaging only */
};