Hi @davidzhu ,
Please check the MIMXRT1060-EVK schematic:
kerryzhou_0-1634890973472.png
kerryzhou_1-1634890986089.png
kerryzhou_2-1634890993387.png
So, the code function is also in the comment:
/* pull up the ENET_INT before RESET. */
GPIO_WritePinOutput(GPIO1, 10, 1);
GPIO_WritePinOutput(GPIO1, 9, 0);
delay();
GPIO_WritePinOutput(GPIO1, 9, 1);
It is used to configure the external PHY.
Wish it helps you!
Best Regards,
Kerry