Skip to content

Commit

Permalink
boards: arm: 96b_avenger96: Enable Mailbox support
Browse files Browse the repository at this point in the history
Enable Mailbox support on 96Boards Avenger96 board. This will help
communicating to CortexA7 core.

Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
  • Loading branch information
Mani-Sadhasivam authored and carlescufi committed Aug 8, 2019
1 parent 8d52f4a commit f71a0f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boards/arm/96b_avenger96/96b_avenger96.dts
Expand Up @@ -48,6 +48,10 @@
};
};

&mailbox {
status = "okay";
};

&uart4 {
current-speed = <115200>;
pinctrl-0 = <&uart4_pins_a>;
Expand Down

0 comments on commit f71a0f4

Please sign in to comment.