* Set pro-micro TX/RX pins, but don't enable the UART by default.
@ -66,12 +66,8 @@
&uart0 {
compatible = "nordic,nrf-uarte";
status = "okay";
current-speed = <115200>;
tx-pin = <19>;
rx-pin = <21>;
rts-pin = <23>;
cts-pin = <25>;
tx-pin = <6>;
rx-pin = <8>;
};
&usbd {
@ -65,12 +65,8 @@
@ -51,16 +51,6 @@
compatible = "nordic,nrf-usbd";
@ -53,12 +53,8 @@