boards: nice_nano: Fix i2c usage.
* change conflicting pins usage for uart. * use i2c0 properly instead.
This commit is contained in:
parent
497049ff68
commit
c45dbe3c8f
2 changed files with 7 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue