diff --git a/fdts/optee_sp_manifest.dts b/fdts/optee_sp_manifest.dts index 02a5ef340388bc89a08f45e96e9c909bc92d6b44..928d0d3bf5a088be618cb90ed4a2908554771a30 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 */ + }; + }; };