Hi, I have a NUCLEO-L4R5ZI board and a eval_cn0575. I want to enable adin1110 driver for cn0575 on nucleo. I connected nucleo pins to cn575 rpi compatible header as follows:
CN0575 rpi header nucleo
SPI2_SCK 23 pb13
SPI2_MOSI 19 pb15
SPI2_MISO 21 pb14
SPI2_CS 24 pb12
SPI_INT 22 pb11
RESET_N 13 pc13
this is prj.conf:
this is app.overlay
this is output
[00:00:00.210,000] <err> eth_adin2111: Failed to communicate over SPI, -5
[00:00:10.410,000] <err> phy_adin: PHY 1 didn't come out of reset, -5
[00:00:10.410,000] <err> eth_adin2111: ADIN adin1110@0 is not ready, can't init port 0 iface
How can I properly use the adin1110 driver for cn0575 using the nucleo board?