Jens Wiklander | e9290f8 | 2023-07-11 10:07:54 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2020, Arm Limited. All rights reserved. |
| 3 | * Copyright (c) 2022, Linaro Limited |
| 4 | * |
| 5 | * SPDX-License-Identifier: BSD-3-Clause |
| 6 | * |
| 7 | * This file is a Partition Manifest (PM) for a minimal Secure Partition (SP) |
| 8 | * that has additional optional properties defined. |
| 9 | * |
| 10 | */ |
| 11 | |
| 12 | /dts-v1/; |
| 13 | |
| 14 | / { |
| 15 | compatible = "arm,ffa-manifest-1.0"; |
| 16 | |
| 17 | /* Properties */ |
| 18 | description = "op-tee"; |
Olivier Deprez | eb29b8c | 2023-09-27 12:35:27 +0200 | [diff] [blame] | 19 | ffa-version = <0x00010001>; /* 31:16 - Major, 15:0 - Minor */ |
Jens Wiklander | e9290f8 | 2023-07-11 10:07:54 +0200 | [diff] [blame] | 20 | uuid = <0xe0786148 0xe311f8e7 0x02005ebc 0x1bc5d5a5>; |
| 21 | id = <1>; |
| 22 | execution-ctx-count = <8>; |
| 23 | exception-level = <2>; /* S-EL1 */ |
| 24 | execution-state = <0>; /* AARCH64 */ |
| 25 | load-address = <0xe300000>; |
| 26 | mem-size = <0xd00000>; /* OP-TEE specific extension */ |
| 27 | entrypoint-offset = <0x4000>; |
| 28 | xlat-granule = <0>; /* 4KiB */ |
| 29 | boot-order = <0>; |
| 30 | messaging-method = <0x3>; /* Direct messaging only */ |
| 31 | ns-interrupts-action = <1>; /* NS_ACTION_ME */ |
Olivier Deprez | 9d06866 | 2023-09-27 12:39:23 +0200 | [diff] [blame] | 32 | notification-support; |
Jens Wiklander | e9290f8 | 2023-07-11 10:07:54 +0200 | [diff] [blame] | 33 | |
| 34 | /* Boot protocol */ |
| 35 | gp-register-num = <0x0>; |
| 36 | |
| 37 | /* Boot Info */ |
| 38 | boot-info { |
| 39 | compatible = "arm,ffa-manifest-boot-info"; |
| 40 | ffa_manifest; |
| 41 | }; |
| 42 | |
| 43 | device-regions { |
| 44 | compatible = "arm,ffa-manifest-device-regions"; |
| 45 | |
| 46 | uart1 { |
| 47 | base-address = <0x00000000 0x09040000>; |
| 48 | pages-count = <1>; |
| 49 | attributes = <0x3>; /* read-write */ |
| 50 | /* SPI, level-triggered, secure, priority=1 */ |
| 51 | interrupts = <0x28 0xb01>; |
| 52 | }; |
| 53 | }; |
| 54 | }; |