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:
parent
1d18900a99
commit
969e5568af
6 changed files with 10 additions and 40 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue