Interrupt for Gigabit Ethernet is a wake-up or interrupt?
I found something interresting.
If we look at the STM32MP15XXAC (package TFBGA361) we can see that:
- DLCD_B1 is connected to K4 and Y17
- OTG_HS_ID is connected to Y17
- ETH_PHY_INTN is connectes to K4
In this case, I need DLCD_B1 and OTG_HS_ID for flashing the eMMC with Linux.
What I found is that ETH_PHY_INTN is actually connected to AC8 for the STM32MP157 dev-kit, and that leads me to the question:

Is AC8 an interrupt or a wakeup pin for the Ethernet PHY? Why is AC8 selected? Should I declare it as an External Interrupt in CubeMX?
If I look at CubeMX, there is an option for Ethernet Interrupt.

