Microchip-Ethernet / EVB-KSZ9477

Repository for using Microchip EVB-KSZ9477 board. Product Supported: KSZ9477, KSZ9567, KSZ9897, KSZ9896, KSZ8567, KSZ8565, KSZ9893, KSZ9563, KSZ8563, LAN9646, Phys(KSZ9031/9131, LAN8770
76 stars 79 forks source link

KSZ9567R: host port in RMII mode #80

Closed embeddman closed 1 year ago

embeddman commented 2 years ago

Hello!

Is it possible to use host port in RMII mode? I'm using SAMA5D36 CPU, it has EMAC 10/100 and GMAC 10/100/1000. I can't use GMAC, that's why I'm asking. Also EMAC 10/100 doesn't support IEEE1588.

triha2work commented 1 year ago

MII/RMII/RGMII interface is hardware issue and the chip needs to be strapped for proper operation. The register 0xN301 specifies the mode. The RGMII delays cannot be strapped so it requires software to write to this register to work. If strapping cannot be done software can be used in the last step to configure this register. KSZ9897 and similar chip have been used with MII and the second RMII MAC in the SAMA5D3 board.

embeddman commented 1 year ago

Thanks for response