Other Parts Discussed in Thread: SYSCONFIG, TLK105L
Hello,
Is there any documentation about hardware modifications to switch from 2 Gigabit Ethernet ports to 2 PR1 Ethernet port on IDK574x board?
This should allow to test with 4 Industrial Ethernet ports.
There is a existing devicetree onverlay for the am571x-idk (am571x-idk-icss1eth.dtso) that can be used to modify the am574x-idk devicetree.
The uboot pinmux needs to be updated with sysconfig to remove GMAC interface and enable PRUSS1_MDIO.
But after that, one of the phy is not detected:
davinci_mdio 4b232400.mdio: davinci mdio revision 1.6, bus freq 1000000
libphy: 4b232400.mdio: probed
mdio_bus 4b232400.mdio: MDIO device at address 0 is missing.
PVR_K: UM DDK-(4948957) and KM DDK-(4948957) match. [ OK ]
davinci_mdio 4b232400.mdio: phy[1]: device 4b232400.mdio:01, driver TI TLK10X 10/100 Mbps PHY
davinci_mdio 4b2b2400.mdio: davinci mdio revision 1.6, bus freq 1000000
libphy: 4b2b2400.mdio: probed
davinci_mdio 4b2b2400.mdio: phy[0]: device 4b2b2400.mdio:00, driver TI TLK10X 10/100 Mbps PHY
davinci_mdio 4b2b2400.mdio: phy[1]: device 4b2b2400.mdio:01, driver TI TLK10X 10/100 Mbps PHY
Is something is missing?
Best regards,
Romain