Corrected pins for scl-pin and sda-pin

This commit is contained in:
Derek 2020-08-15 15:53:31 -04:00
parent 9dd8217cd4
commit dd165c6829

View file

@ -48,8 +48,8 @@
&i2c0 { &i2c0 {
compatible = "nordic,nrf-twi"; compatible = "nordic,nrf-twi";
sda-pin = <25>; sda-pin = <15>;
scl-pin = <26>; scl-pin = <17>;
}; };
&uart0 { &uart0 {