Commit 3ac8680c authored by Olivier Deprez's avatar Olivier Deprez
Browse files

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: default avatarOlivier Deprez <olivier.deprez@arm.com>
Change-Id: Icf9aae038e2b1b0ce4696f78ff964bfff8a1498c
parent b635d11b
...@@ -30,4 +30,20 @@ ...@@ -30,4 +30,20 @@
/* Boot protocol */ /* Boot protocol */
gp-register-num = <0x0>; 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 */
};
};
}; };
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment