Julian Hall | 527ddd5 | 2021-06-28 11:57:17 +0100 | [diff] [blame] | 1 | /* |
Rui Miguel Silva | a53cc53 | 2021-12-03 19:25:34 +0000 | [diff] [blame^] | 2 | * Copyright (c) 2021-2023, Arm Limited and Contributors. All rights reserved. |
Julian Hall | 527ddd5 | 2021-06-28 11:57:17 +0100 | [diff] [blame] | 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | */ |
| 6 | |
| 7 | @DTS_TAG@ |
| 8 | |
| 9 | @DTS_NODE@ { |
| 10 | compatible = "arm,ffa-manifest-1.0"; |
| 11 | ffa-version = <0x00010000>; /* 31:16 - Major, 15:0 - Minor */ |
| 12 | uuid = <@EXPORT_SP_UUID_DT@>; |
| 13 | description = "SE Proxy"; |
| 14 | execution-ctx-count = <1>; |
| 15 | exception-level = <1>; /* S-EL0 */ |
| 16 | execution-state = <0>; /* AArch64 */ |
| 17 | xlat-granule = <0>; /* 4KiB */ |
Imre Kis | 2476f0f | 2022-06-14 13:27:08 +0200 | [diff] [blame] | 18 | messaging-method = <3>; /* Direct messaging only */ |
Imre Kis | 93bea2e | 2022-03-03 14:57:44 +0100 | [diff] [blame] | 19 | legacy-elf-format = <1>; |
Rui Miguel Silva | a53cc53 | 2021-12-03 19:25:34 +0000 | [diff] [blame^] | 20 | |
| 21 | device-regions { |
| 22 | compatible = "arm,ffa-manifest-device-regions"; |
| 23 | mhu-sender { |
| 24 | /* Armv8 A Foundation Platform values */ |
| 25 | base-address = <0x00000000 0x1b820000>; |
| 26 | pages-count = <16>; |
| 27 | attributes = <0x3>; /* read-write */ |
| 28 | }; |
| 29 | mhu-receiver { |
| 30 | /* Armv8 A Foundation Platform values */ |
| 31 | base-address = <0x00000000 0x1b830000>; |
| 32 | pages-count = <16>; |
| 33 | attributes = <0x3>; /* read-write */ |
| 34 | }; |
| 35 | openamp-virtio { |
| 36 | /* Armv8 A Foundation Platform values */ |
| 37 | base-address = <0x00000000 0x88000000>; |
| 38 | pages-count = <256>; |
| 39 | attributes = <0x3>; /* read-write */ |
| 40 | }; |
| 41 | }; |
Julian Hall | 527ddd5 | 2021-06-28 11:57:17 +0100 | [diff] [blame] | 42 | }; |