The i.MX 8M Plus Applications Processor Data Sheet states, that the SAI1_MCLK pad can be used as RMII reference clock, but the Processor Reference Manual does not provide any information on how to accomplish this.
According to the latter, the SAI1_MCLK pad can be configured as ENET1_TX_CLK and GPR1 Bit 13 should control the direction of the pin, but I could not get any signal out of this pad.
Furthermore the GPR1 description for this bit has a note:
SOI bit for the pad(iomuxc_sw_input_on_pad_enet_td2) should be set also;
which is probably a copy/paste error from the description of Bit 20.
I can only output the RMII_REF_CLK via pad GPIO1_IO00 as ALT1_CCM_ENET_PHY_REF_CLK_ROOT.
Is there any way to get SAI1_MCLK to output a 50MHz RMII clock, or is there an error in the Processor Datasheet?