aboutsummaryrefslogtreecommitdiff
path: root/fdts
diff options
context:
space:
mode:
authorOlivier Deprez <olivier.deprez@arm.com>2020-11-12 18:14:22 +0100
committerOlivier Deprez <olivier.deprez@arm.com>2020-12-08 13:35:28 +0100
commit3ac8680cbbfbba199ec20f5fe0f3fcaa98df20ac (patch)
tree25a66ff060a7ebe6176958b4151339e290339cf4 /fdts
parentb635d11bcdcabdb76df92ca6a8913cd489b3c6f7 (diff)
downloadtrusted-firmware-a-3ac8680cbbfbba199ec20f5fe0f3fcaa98df20ac.tar.gz
spm: update OP-TEE SP manifest with device-regions node
Specify peripherals accessed by OP-TEE as a Secure Partition running as a VM managed by the SPMC. Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: Icf9aae038e2b1b0ce4696f78ff964bfff8a1498c
Diffstat (limited to 'fdts')
-rw-r--r--fdts/optee_sp_manifest.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/fdts/optee_sp_manifest.dts b/fdts/optee_sp_manifest.dts
index 02a5ef3403..928d0d3bf5 100644
--- a/fdts/optee_sp_manifest.dts
+++ b/fdts/optee_sp_manifest.dts
@@ -30,4 +30,20 @@
/* Boot protocol */
gp-register-num = <0x0>;
+
+ device-regions {
+ compatible = "arm,ffa-manifest-device-regions";
+
+ uart1 {
+ base-address = <0x00000000 0x1c0a0000>;
+ pages-count = <1>;
+ attributes = <0x3>; /* read-write */
+ };
+
+ gicd {
+ base-address = <0x00000000 0x2f000000>;
+ pages-count = <16>;
+ attributes = <0x3>; /* read-write */
+ };
+ };
};