mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
fix(boards): Define but don't enable uart0.
* Set pro-micro TX/RX pins, but don't enable the UART by default.
This commit is contained in:
@@ -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 @@
|
||||
|
||||
&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 {
|
||||
|
||||
@@ -51,16 +51,6 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
compatible = "nordic,nrf-uarte";
|
||||
status = "okay";
|
||||
current-speed = <115200>;
|
||||
tx-pin = <19>;
|
||||
rx-pin = <21>;
|
||||
rts-pin = <23>;
|
||||
cts-pin = <25>;
|
||||
};
|
||||
|
||||
&usbd {
|
||||
compatible = "nordic,nrf-usbd";
|
||||
status = "okay";
|
||||
|
||||
@@ -53,12 +53,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 {
|
||||
|
||||
@@ -53,12 +53,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 @@
|
||||
|
||||
&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 {
|
||||
|
||||
Reference in New Issue
Block a user