Hi all, I'm working to add support for the lan9354 switch for my application. Looking at drivers/net/ only external mac devices are supported there. It won't help me, as my stm32 mcu has an eth/mac peripheral. Nuttx already offers support for mii/rmii interface, so my problem is just device initialization/management over i2c/mdio.
Basically, I need help understanding how to handle the initialization/management part of the device as part of the same netdev as the interface itself (correct me if I am wrong here). Thanks, Mihai