Skip to content

Commit 288ba95

Browse files
emfenddleach02
authored andcommitted
boards: arm: enable mailbox on NXP i.MX8M Mini EVK
Enable the messaging unit for NXP i.MX8M Mini EVK boards. This is a necessary requirement to be able to run rpmsg examples later. Signed-off-by: Matthias Fend <[email protected]>
1 parent f9adbe7 commit 288ba95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/arm/mimx8mm_evk/mimx8mm_evk.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@
2828
status = "okay";
2929
current-speed = <115200>;
3030
};
31+
32+
&mailbox0 {
33+
status = "okay";
34+
};

0 commit comments

Comments
 (0)