I looked in a lot of places, but was not able to find a correct answer. Can the QSPI_1 be used as a standard SPI interface with any SPI sensor or device?
If yes, can I assume the following pin mapping? QSPI
From Verdin iMX8M Plus datasheet on page 20, we can see that the signal name QSPI_1_CS2# (ball name NAND_READY_B) is only a regular GPIO, so if you need to repurpose it as a GPIO, you are good to go.
hi @henrique.tx ,
I think that link shows how to configure the QSPI (spi-rx-bus-width = <4>;) , not how to re-configure the QSPI controller as standard SPI.
do you reckon that setting spi-rx-bus-width = <1> would be enough? do you have the chance to test internally?