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
This commit is contained in:
Olivier Deprez 2020-11-12 18:14:22 +01:00
parent b635d11bcd
commit 3ac8680cbb
1 changed files with 16 additions and 0 deletions

View File

@ -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 */
};
};
};