Add (untested) pins for SPI.

This commit is contained in:
Pete Johanson 2020-06-12 21:50:05 -04:00
parent a5ade1f947
commit 75b01869f0

View file

@ -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: