boards: arduino_portenta_h7: enable mailbox

The mailbox peripheral is actively accesses by stm32_hsem functions,
so it should be marked as enabled in DTS.

Signed-off-by: Mateusz Hołenko <mholenko@antmicro.com>
This commit is contained in:
Mateusz Holenko 2023-12-22 16:02:06 +01:00 committed by Anas Nashif
parent 773ebe9c41
commit e3deb44bc4

View file

@ -116,3 +116,7 @@ zephyr_udc0: &usbotg_fs {
pinctrl-names = "default";
status = "disabled";
};
&mailbox {
status = "okay";
};