From 3ac8680cbbfbba199ec20f5fe0f3fcaa98df20ac Mon Sep 17 00:00:00 2001 From: Olivier Deprez Date: Thu, 12 Nov 2020 18:14:22 +0100 Subject: [PATCH] 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 Change-Id: Icf9aae038e2b1b0ce4696f78ff964bfff8a1498c --- fdts/optee_sp_manifest.dts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/fdts/optee_sp_manifest.dts b/fdts/optee_sp_manifest.dts index 02a5ef340..928d0d3bf 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 */ + }; + }; }; -- 2.39.5