SPI compatibliy between netDCU10 & netDCUA5 moved from "J5 Pin 2, 3, 4, 6" to "J5 Pin 10, 11, 13, 15" - These pins are also used by our i2c bus.
An alternative would be the kernel included spi_gpio driver. For the spi_gpio driver initialization we do need the gpio references ( gpio_request_one(...) ) for J5 Pin 2, 3, 4, 6.
Thanks