xref: /rk3399_ARM-atf/plat/arm/board/fvp/fdts/fvp_cactus_sp_manifest.dts (revision 10ecd58093a34e95e2dfad65b1180610f29397cc)
1/*
2 * Copyright (c) 2024, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 * This file is a Partition Manifest (PM) for a minimal Secure Partition (SP)
7 * that will be consumed by EL3 SPMC.
8 *
9 */
10
11/dts-v1/;
12
13/ {
14	compatible = "arm,ffa-manifest-1.0";
15	#address-cells = <2>;
16	#size-cells = <1>;
17
18	/* Properties */
19	ffa-version = <0x00010001>; /* 31:16 - Major, 15:0 - Minor */
20	id = <0x8001>;
21	uuid = <0x1e67b5b4 0xe14f904a 0x13fb1fb8 0xcbdae1da>;
22	messaging-method = <3>; /* Direct messaging only */
23	exception-level = <2>; /* S-EL1 */
24	execution-state = <0>; /* AARCH64 */
25	execution-ctx-count = <8>;
26	/* Boot protocol */
27	gp-register-num = <0>;
28};
29