Hello,
We are using DP83867CS connected with Ethernet MAC through RGMII in our embedded boards. With strap setting for Auto-neg enable and speed support of 10/100/1000 Mbps, duplex full.
When we are trying to connect our embedded board with a PC or laptop the PHY is not able to auto-negotiate and on debugging we find out that PHY is neither receiving Link Partner Capabilities nor transmitting link partner capabilities. Here are the values of the control and status register for reference.
Register | Value |
0x0000 | 0x1140 |
0x0001 | 0x7949 |
0x0002 | 0x2000 |
0x0003 | 0xA231 |
0x0004 | 0x01E1 |
0x0005 | 0x0000 |
0x0006 | 0x0065 |
0x0007 | 0x2001 |
0x0008 | 0x0000 |
0x0009 | 0x0000 |
0x000A | 0x0000 |
Also,
When two embedded board is connected together with an ethernet cable PHY is able to auto-negotiate.
Please suggest