Standard SPI: CLK, /CS, DI, DO, /WP, /Hold.
Dual channel SPI: CLK, /CS, IO0, IO 1, /WP, /Hold.
Four-channel SPI: CLK, /CS, IO0, IO 1, IO2 and IO3.
Standard SPI:
CLK (serial clock): clock line.
/CS (Chip Selection): Chip Selection Interface.
DI (serial data input): data input port.
DO (serial data output): output port.
/WP: write-protected pin
/Hold: hold pin
DSPI:
Add io0-io 1 data line.
QSPI:
Add IO0—IO3 data line.
From the above, we can find that SPIFI and QSPI are similar, and the descriptions of SPIFI and QSPI are also mentioned in NXP's data sheet, but SPIFI is specially applied to serial flash memory, and QSPI can be applied to various peripherals supporting QSPI. For various reasons, QSPI is either a patent or has its own MCU characteristics. NXP should improve QSPI and derive the tall name "SPIFI". Therefore, if you have used QSPI before, it is easy to understand the usage of SPIFI. However, NXP's promotion of SPIFI is a very powerful patent, which took a long time to develop. The underlying code is not open source, but is provided in the form of a library, so just call the library API when using it.