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:
parent
d83bbc2f25
commit
b94677b063
4 changed files with 25 additions and 0 deletions
|
@ -198,6 +198,10 @@ arduino_i2c: &lpi2c1 {};
|
|||
current-speed = <115200>;
|
||||
};
|
||||
|
||||
arduino_serial: &lpuart3 {
|
||||
current-speed = <115200>;
|
||||
};
|
||||
|
||||
&enet {
|
||||
status = "okay";
|
||||
ptp {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue