Hello,
I am working on a T2080 board, and I am experimenting some issues with the EMI2 bus.
I have a 10GB phy connected to one of the XFI interfaces of the SerDes, and the MDIO/MDC signals to the EMI2 bus.
In the same design I have two 1Gb phys connected to the EMI1.
I am finding that from uboot, I can 'find' the two phys on the EMI1 bus, but nothing from the EMI2.
I am measuring with an oscilloscope the signals, to check the integrity. The MDC signal is okey, and what I am experimenting is that MDIO has no movement when executing 'mii info'. This signal is always at 1V2, due to the pull up of the line.
What could be the issue? Eventhough the PHY configuration is wrong, it shouldn't affect to the MDIO/MDC bus, right?
Here's the commands on uboot:
=> mii dev FSL_MDIO0
=> mii info
PHY 0x06: OUI = 0x0885, Model = 0x22, Rev = 0x02, 10baseT, HDX
PHY 0x07: OUI = 0x0885, Model = 0x22, Rev = 0x02, 10baseT, HDX
=> mii dev FM_TGEC_MDIO
=> mii info
=>
=> mii info
=> mii info
=> mii info 0
Thank you in advance!