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:
Pete Johanson 2021-01-13 23:44:17 -05:00
parent 1d18900a99
commit 969e5568af
6 changed files with 10 additions and 40 deletions

View file

@ -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 {

View file

@ -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 {

View file

@ -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";

View file

@ -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 {

View file

@ -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 {

View file

@ -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 {