mirror of https://github.com/zmkfirmware/zmk.git
Add (untested) pins for SPI.
This commit is contained in:
parent
a5ade1f947
commit
75b01869f0
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue