Hi,
I have looked at the different post regarding the nRF9160 and SPI, but I can not get it to work on our custom board.
Attached the board definition files.
Here is the problem:
If the prj.conf looks like above:
I will get an python error while opening with the nRF Connect SDK Projekt function in Segger Embedded Studio.

When I remove all but CONFIG_SPI_3=y from the prj.conf file I can open the project, build and run it, but as soon as I call
const char* spiName = "SPI_3";
spi_dev = device_get_binding(spiName);
I will get "Could not get get SPI_3 device".
Best regards
Dirk