boards: arm: enable mailbox on NXP i.MX8M Plus EVK

Enable the messaging unit for NXP i.MX8M Plus EVK boards. This is a
necessary requirement to be able to run rpmsg examples later.

Signed-off-by: Matthias Fend <matthias.fend@emfend.at>
This commit is contained in:
Matthias Fend 2022-03-29 16:26:31 +02:00 committed by Carles Cufí
commit 4fa1ed795d
2 changed files with 8 additions and 0 deletions

View file

@ -30,3 +30,7 @@
&gpio3 {
status = "okay";
};
&mailbox0 {
status = "okay";
};

View file

@ -30,3 +30,7 @@
&gpio3 {
status = "okay";
};
&mailbox0 {
status = "okay";
};