forked from kofal.net/zmk
Add (untested) pins for SPI.
This commit is contained in:
@@ -51,6 +51,16 @@
|
|||||||
scl-pin = <20>;
|
scl-pin = <20>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* TODO: Needs testing */
|
||||||
|
&spi0 {
|
||||||
|
compatible = "nordic,nrf-spi";
|
||||||
|
/* Cannot be used together with i2c0. */
|
||||||
|
/* status = "okay"; */
|
||||||
|
sck-pin = <13>;
|
||||||
|
mosi-pin = <10>;
|
||||||
|
miso-pin = <11>;
|
||||||
|
};
|
||||||
|
|
||||||
&flash0 {
|
&flash0 {
|
||||||
/*
|
/*
|
||||||
* For more information, see:
|
* For more information, see:
|
||||||
|
|||||||
Reference in New Issue
Block a user