mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
Add (untested) pins for SPI.
This commit is contained in:
@@ -51,6 +51,16 @@
|
||||
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 {
|
||||
/*
|
||||
* For more information, see:
|
||||
|
||||
Reference in New Issue
Block a user