Current status :
1. RGMII with 1000Mbps
2. Register Read/Write operation: PASS
3. After connecting with LAN cable, I try to test with my simple UDP program or ping, then, pins related to AVB-TX do not work.
After the LAN cable is connected, the values of the registers read in the boot step are as follows.
Address |
Register Name |
Register Value |
0x0000 |
BMCR |
0x1140 |
0x0001 |
BMSR |
0x796d |
0x0002 |
PHYIDR1 |
0x2000 |
0x0003 |
PHYIDR2 |
0xa231 |
0x0004 |
ANAR |
0x1e1 |
0x0005 |
ANLPAR |
0xc5e1 |
0x0006 |
ANER |
0x6f |
0x0007 |
ANNPTR |
0x2001 |
0x0008 |
ANNPRR |
0x6801 |
0x0009 |
CFG1 |
0x300 |
0x000A |
STS1 |
0x3800 |
0x000B |
|
|
0x000C |
|
|
0x000D |
|
|
0x000E |
|
|
0x000F |
KSCR1 |
0x3000 |
0x0010 |
PHYCR |
0x5048 |
0x0011 |
PHYSTS |
0xac02 |
0x0014 |
CFG2 |
0x29c7 |
0x0017 |
STS2 |
0x40 |
0x001E |
CFG3 |
0x2 |
0x0031 |
CFG4 |
0xac02 |
0x0032 |
RGMIICTL |
0xd3 |
0x0033 |
RGMIICTL2 |
0x0 |
0x006E |
STRAP_STS1 |
0x5 |
0x006F |
STRAP_STS2 |
0x110 |
0x0086 |
RGMIIDCTL |
0x57 |
0x00C6 |
PLLCTL |
0x0 |
Please let me know if there is anything else I need to check.