Why is GMII designed for STM32MP dev kit?
Hi!
I notice something!
In the devkit of STM32MP15xxxx, I found that ETH_TX_EN is used for GMII, but when I check the CubeMX, I found that RGMII is used instead.
This is the settings for RGMII. In the devkit schematics, it is ETH1_TX_EN, not ETH1_TX_CTL.
RGMII can only be selected as a mode. 

This is the timing diagram for GMII and RGMII. The difference is that GMII has ETH_RX_ER and RGMII does not. And also ETH_TX_CTL is used in RGMII and in ETH_TX_EN is used in GMII.


Question:
Can it be that STM32MP15xxxx devkit schematic is using ETH_TX_EN as label for ETH_TX_CTL for RGMII?

Also, there should be no pull-up resistor on ETH_MDC! Only ETH_MDIO.

