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 {
|
&uart0 {
|
||||||
compatible = "nordic,nrf-uarte";
|
compatible = "nordic,nrf-uarte";
|
||||||
status = "okay";
|
tx-pin = <6>;
|
||||||
current-speed = <115200>;
|
rx-pin = <8>;
|
||||||
tx-pin = <19>;
|
|
||||||
rx-pin = <21>;
|
|
||||||
rts-pin = <23>;
|
|
||||||
cts-pin = <25>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&usbd {
|
&usbd {
|
||||||
|
|
|
@ -65,12 +65,8 @@
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
compatible = "nordic,nrf-uarte";
|
compatible = "nordic,nrf-uarte";
|
||||||
status = "okay";
|
tx-pin = <6>;
|
||||||
current-speed = <115200>;
|
rx-pin = <8>;
|
||||||
tx-pin = <19>;
|
|
||||||
rx-pin = <21>;
|
|
||||||
rts-pin = <23>;
|
|
||||||
cts-pin = <25>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&usbd {
|
&usbd {
|
||||||
|
|
|
@ -51,16 +51,6 @@
|
||||||
status = "okay";
|
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 {
|
&usbd {
|
||||||
compatible = "nordic,nrf-usbd";
|
compatible = "nordic,nrf-usbd";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
|
@ -53,12 +53,8 @@
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
compatible = "nordic,nrf-uarte";
|
compatible = "nordic,nrf-uarte";
|
||||||
status = "okay";
|
tx-pin = <6>;
|
||||||
current-speed = <115200>;
|
rx-pin = <8>;
|
||||||
tx-pin = <19>;
|
|
||||||
rx-pin = <21>;
|
|
||||||
rts-pin = <23>;
|
|
||||||
cts-pin = <25>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&usbd {
|
&usbd {
|
||||||
|
|
|
@ -53,12 +53,8 @@
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
compatible = "nordic,nrf-uarte";
|
compatible = "nordic,nrf-uarte";
|
||||||
status = "okay";
|
tx-pin = <6>;
|
||||||
current-speed = <115200>;
|
rx-pin = <8>;
|
||||||
tx-pin = <19>;
|
|
||||||
rx-pin = <21>;
|
|
||||||
rts-pin = <23>;
|
|
||||||
cts-pin = <25>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&usbd {
|
&usbd {
|
||||||
|
|
|
@ -65,12 +65,8 @@
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
compatible = "nordic,nrf-uarte";
|
compatible = "nordic,nrf-uarte";
|
||||||
status = "okay";
|
tx-pin = <6>;
|
||||||
current-speed = <115200>;
|
rx-pin = <8>;
|
||||||
tx-pin = <19>;
|
|
||||||
rx-pin = <21>;
|
|
||||||
rts-pin = <23>;
|
|
||||||
cts-pin = <25>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&usbd {
|
&usbd {
|
||||||
|
|
Loading…
Reference in a new issue