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:
parent
773ebe9c41
commit
e3deb44bc4
|
@ -116,3 +116,7 @@ zephyr_udc0: &usbotg_fs {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&mailbox {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in a new issue