Other Parts Discussed in Thread: DP83TC811EVM, DP83826E,
I want to make an interface similar to the DP83TC811EVM between 100BASE-T and 100BASE-T1 but with DP83826E instead of DP83822. The evaluation board uses the RGMII interface which is not present on the DP83826E and I have to use either the MII or the RMII interface.
If I want to connect a DP83TC811R-Q1 to a DP83826E using the MII interface I connect RX to TX and RX_DV of one PHY to TX_EN on the other. But what about the clocks? In MII mode both RXCLK and TXCLK are outputs. In the evaluation board DP83TC811EVM RXCLK on one PHY is connected to TXCLK on the other PHY but this uses the RGMII interface where TXCLK is an input.
Or do I have to use the RMII interface to connect them together? In that case TXCLK and RXCLK is not used. What about the clocks in this mode? Do I need to have the same clock source for both in order to have them syncronized?