blob: 27f4724c3055fbed648b3fdd151bdaf00196c03f [file] [log] [blame]
Olivier Deprezbcaa0682020-04-01 21:28:26 +02001/*
J-Alves997d7762022-04-08 09:52:26 +01002 * Copyright (c) 2020-2022, Arm Limited. All rights reserved.
Olivier Deprezbcaa0682020-04-01 21:28:26 +02003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 * This file is a Partition Manifest (PM) for a minimal Secure Partition (SP)
7 * that has additional optional properties defined.
8 *
9 */
10
11/dts-v1/;
12
13/ {
14 compatible = "arm,ffa-manifest-1.0";
15
16 /* Properties */
17 description = "op-tee";
18 ffa-version = <0x00010000>; /* 31:16 - Major, 15:0 - Minor */
Olivier Depreza51bb4b2021-09-06 10:26:03 +020019 uuid = <0xe0786148 0xe311f8e7 0x02005ebc 0x1bc5d5a5>;
Olivier Deprezbcaa0682020-04-01 21:28:26 +020020 id = <1>;
21 execution-ctx-count = <8>;
22 exception-level = <2>; /* S-EL1 */
23 execution-state = <0>; /* AARCH64 */
24 load-address = <0x6280000>;
J-Alves997d7762022-04-08 09:52:26 +010025 entrypoint-offset = <0x4000>;
Olivier Deprezbcaa0682020-04-01 21:28:26 +020026 xlat-granule = <0>; /* 4KiB */
27 boot-order = <0>;
Olivier Depreza51bb4b2021-09-06 10:26:03 +020028 messaging-method = <0x3>; /* Direct request/response supported. */
29 managed-exit;
30 run-time-model = <1>; /* SP pre-emptible. */
Olivier Deprezbcaa0682020-04-01 21:28:26 +020031
32 /* Boot protocol */
33 gp-register-num = <0x0>;
Olivier Deprez8a3dd592020-11-12 18:14:22 +010034
35 device-regions {
36 compatible = "arm,ffa-manifest-device-regions";
37
38 uart1 {
39 base-address = <0x00000000 0x1c0a0000>;
40 pages-count = <1>;
41 attributes = <0x3>; /* read-write */
42 };
Olivier Deprez8a3dd592020-11-12 18:14:22 +010043 };
Olivier Deprezbcaa0682020-04-01 21:28:26 +020044};