boards: nice_nano: Fix i2c usage.

* change conflicting pins usage for uart.
* use i2c0 properly instead.
This commit is contained in:
Pete Johanson
2020-07-11 13:00:43 -04:00
parent 497049ff68
commit c45dbe3c8f
2 changed files with 7 additions and 7 deletions

View File

@@ -66,10 +66,10 @@
compatible = "nordic,nrf-uarte";
status = "okay";
current-speed = <115200>;
tx-pin = <20>;
rx-pin = <24>;
rts-pin = <17>;
cts-pin = <22>;
tx-pin = <39>;
rx-pin = <34>;
rts-pin = <33>;
cts-pin = <12>;
};
&usbd {