Hello,
I have issues getting loopback to work with the DP83867IR. My setup has a FPGA driving the PHY, given current limitations I am forced to 10 MBps and 2.5 Mhz (25M would likely work). MII interface NOT RGMII
MDIO register read write works fine from the FPGA
Sending data on the TX interface, not observing RXDV high.
I have not been sending the ADDR/DATA 0x001f/0x8000, 0x001f/0x0x4000, from another thread this does not seem to be required.
https://e2e.ti.com/support/interface/f/138/t/684210
MII Loopback
0x0000/0x0100 Full Duplex, 10 Mbps, Auto Neg off
0x000D/0x001f, 0x000E/0x00fe,0x000D/0x401f, 0x000E/0xe720 Write 0xE720 to Extended address 0xfe
0x0/0x4100 Turn on MII Loopback
Also tried
0x0000/0x0100 Full Duplex, 10 Mbps, Auto Neg off
0x000D/0x001f, 0x000E/0x00fe,0x000D/0x401f, 0x000E/0xe720 Write 0xE720 to Extended address 0xfe
0x0016/0x0004 Digital Loopback
0x001f/0x4000 SW restart
Thanks for any help
George