summaryrefslogtreecommitdiff
path: root/spm/ivy/app/plat/arm/tc0/fdts/ivy-sel1.dts
blob: d9da2a5f079f88a404efd0407b75b85a5bb108b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
 * Copyright (c) 2020-2022, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 *
 * This file is a Partition Manifest (PM) for a minimal Secure Partition (SP)
 * intended to run at S-EL0 utilising a shim to run at S-EL1 on a
 * non VHE enabled hadnium.
 */

/dts-v1/;

/ {
	compatible = "arm,ffa-manifest-1.0";

	/* Properties */
	description = "ivy-sel1-tc0";
	ffa-version = <0x00010001>; /* 31:16 - Major, 15:0 - Minor */
	uuid = <0xd883baea 0xaf4eafba 0xfdf74481 0xa744e5cb>;
	execution-ctx-count = <1>;
	exception-level = <2>; /* S-EL1 */
	execution-state = <0>; /* AARCH64 */
	load-address = <0xfe280000>;
	entrypoint-offset = <0x00004000>;
	boot-order = <3>;
	messaging-method = <3>; /* Direct messaging only */

	/* Boot protocol */
	gp-register-num = <0x0>;
};