change i2c & uart pins
This commit is contained in:
parent
495eec1547
commit
f327bbf93e
1 changed files with 4 additions and 4 deletions
|
@ -59,14 +59,14 @@
|
||||||
|
|
||||||
&i2c0 {
|
&i2c0 {
|
||||||
compatible = "nordic,nrf-twi";
|
compatible = "nordic,nrf-twi";
|
||||||
sda-pin = <15>;
|
sda-pin = <17>;
|
||||||
scl-pin = <17>;
|
scl-pin = <20>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
compatible = "nordic,nrf-uarte";
|
compatible = "nordic,nrf-uarte";
|
||||||
tx-pin = <6>;
|
tx-pin = <8>;
|
||||||
rx-pin = <8>;
|
rx-pin = <4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&usbd {
|
&usbd {
|
||||||
|
|
Loading…
Add table
Reference in a new issue