Hi
in Zephir nrf9160dk_nrf9160_common.dts the SPI pins are defined
&spi3 {
compatible = "nordic,nrf-spim";
status = "okay";
sck-pin = <19>;
mosi-pin = <18>;
miso-pin = <17>;
};
But in the scematic of nRF9160DK an SPI is defined on following PINs.
P0.11 MOSI
P0.12 MISO
P0.13 SCK
Is there a reason to define useless pins?
RetoFelix