i.MX93 has only one pin usable for FlexSPI strobe. When using eMMC with HS400 /HS400-ES the same pin is needed as Data Strobe for eMMC. In the reference manual chapter36.8.2.2 Module Control 0 (MCR0) states, that Field RXCLKsrc=10b can be used to use higher SCLK and achieve higher read data rates.
Since this mode is not implemented in BSP: is this mode tested and usable? Looking at other i.MX CPU (i.MX8MP) the value of RXCLKsrc=10b is marked as reserved. If it can be used, are there other configurations that needs to be adjusted?
The DQS Signal for FlexSPI is only muxable at the very same pin that is already used for EMMC Strobe. This is the reason why asking for MCR0[RXCLKSRC] = 10b (SCK output and loopback from SCK pad).
This means setting this mode _and_SION for SW_MUX_CTL_PAD_SD3_CLK muxed as FLEXSPI1_A_SCLK, rigth?