1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-08 17:19:39 +00:00

arm-bsp/optee-os: add MHU device regions in the SP manifest

Declaring the MHU device regions nodes.

Change-Id: Idc9faf570b8b97193f69ed32fa71a4a3ca359409
Signed-off-by: Vishnu Banavath <vishnu.banavath@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Vishnu Banavath
2021-12-08 13:59:00 +00:00
committed by Jon Mason
parent e128e8b296
commit 7fa39fc38d
@@ -17,6 +17,21 @@
execution-state = <0>; /* AArch64 */
xlat-granule = <0>; /* 4KiB */
messaging-method = <0>; /* Direct messaging only */
device-regions {
compatible = "arm,ffa-manifest-device-regions";
mhu-sender {
/* Armv8 A Foundation Platform values */
base-address = <0x00000000 0x1b820000>;
pages-count = <16>;
attributes = <0x3>; /* read-write */
};
mhu-receiver {
/* Armv8 A Foundation Platform values */
base-address = <0x00000000 0x1b830000>;
pages-count = <16>;
attributes = <0x3>; /* read-write */
};
};
};
smm-gateway{
compatible = "arm,ffa-manifest-1.0";
@@ -38,4 +53,4 @@
};
};
};
};
};