forked from kofal.net/zmk
Fixes for SPI pins for "P1" pins
Co-authored-by: Nick Winans <nick.win999@gmail.com>
This commit is contained in:
@@ -56,9 +56,9 @@
|
|||||||
compatible = "nordic,nrf-spi";
|
compatible = "nordic,nrf-spi";
|
||||||
/* Cannot be used together with i2c0. */
|
/* Cannot be used together with i2c0. */
|
||||||
/* status = "okay"; */
|
/* status = "okay"; */
|
||||||
sck-pin = <13>;
|
sck-pin = <45>;
|
||||||
mosi-pin = <10>;
|
mosi-pin = <10>;
|
||||||
miso-pin = <11>;
|
miso-pin = <43>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&flash0 {
|
&flash0 {
|
||||||
@@ -95,4 +95,3 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user