This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SPI Pins in nrf9160dk_nrf9160_common.dts

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

Parents Reply Children
No Data
Related