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:
parent
2d7c6cb34d
commit
4fa1ed795d
2 changed files with 8 additions and 0 deletions
|
@ -30,3 +30,7 @@
|
|||
&gpio3 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mailbox0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -30,3 +30,7 @@
|
|||
&gpio3 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mailbox0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue