boards: arm: Enable arduino serial port on mimxrt1064_evk

Configures lpuart3 pinmuxes. This instance is attached to the Arduino
serial header pins and can be used for Bluetooth serial HCI with a
frdm_kw41z or other BLE controller shield.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2021-05-17 16:51:33 -05:00 committed by Kumar Gala
commit b94677b063
4 changed files with 25 additions and 0 deletions

View file

@ -198,6 +198,10 @@ arduino_i2c: &lpi2c1 {};
current-speed = <115200>;
};
arduino_serial: &lpuart3 {
current-speed = <115200>;
};
&enet {
status = "okay";
ptp {