I need another MDIO/MDC for external Ethernet switch. Can I use McSPI as MDIO/MDC? Is there driver for it?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
There is no second MDIO interface in the AM335X. You will have to write your own software implementation.
I'm going to make a cape with Ethernet Switch for BeagelBon Black. MDIO is used by BeagleBon Black and is not route to the expansion headers. So, I need some means to connect the MDIO of the Ethernet Switch for configuration.
The AM335x MDIO module can support up to 32 PHYs. Therefore, you do not need another MDIO.
It sounds like you just need connectivity to the existing MDIO that was not provided on the BeagleBone Black cape connectors.
Regards,
Paul