fix(boards): Use unused pins for m2 UART.
* Current pins conflict w/ m60 shield matrix pins, causing odd matrix events when logging/UART is enabled.
This commit is contained in:
parent
0c6686f6e8
commit
d621da10d9
1 changed files with 4 additions and 4 deletions
|
@ -55,10 +55,10 @@
|
||||||
compatible = "nordic,nrf-uarte";
|
compatible = "nordic,nrf-uarte";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
current-speed = <115200>;
|
current-speed = <115200>;
|
||||||
tx-pin = <19>;
|
tx-pin = <42>;
|
||||||
rx-pin = <21>;
|
rx-pin = <43>;
|
||||||
rts-pin = <23>;
|
rts-pin = <44>;
|
||||||
cts-pin = <25>;
|
cts-pin = <45>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&usbd {
|
&usbd {
|
||||||
|
|
Loading…
Add table
Reference in a new issue