The pin is ENET0_REFCLK_125M_25M.
Please refer to NXP released BSP, there is SC_P_ENET0_REFCLK_125M_25M_CONN_ENET0_REFCLK_125M_25M. We do not use this by default, but it is included in the code.
Please set IOMUX for SC_P_ENET0_REFCLK_125M_25M_CONN_ENET0_REFCLK_125M_25M.
Then use the following SCFW API function call to enable the 25MHz clock output on that pin:
sc_misc_set_control(ipc, SC_R_ENET_0, SC_C_SEL_125, 0); // 0=25Mhz, 1=125MHz
sc_misc_set_control(ipc, SC_R_ENET_0, SC_C_DISABLE_125, 0);