Defining spi1 defaults

This commit is contained in:
Kyle McCreery 2022-11-30 21:11:49 -05:00
parent 413277b9ed
commit cfc50ec0f2

View file

@ -67,6 +67,13 @@
scl-pin = <13>;
};
&spi1{
compatible = "nordic,nrf-twi";
sck-pin = <40>;
mosi-pin = <11>;
miso-pin = <26>;
};
&uart0 {
compatible = "nordic,nrf-uarte";
tx-pin = <6>;