Nordic qspi-nor flash incorrect/missing documentation

According to https://docs.zephyrproject.org/latest/build/dts/api/bindings/mtd/nordic,qspi-nor.html the available quad-enable-requirements are 'NONE', 'S2B1v1', 'S1B6', 'S2B7', 'S2B1v4', 'S2B1v5', 'S2B1v6'.
1) What is the difference between 'S2B1v1', 'S2B1v4', 'S2B1v5' and 'S2B1v6'? Where can I find documentation about it?
2) When looking at code ( https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/flash/nrf_qspi_nor.c line 179), 'S2B7' is not supported, i.e. documentation is incorrect: "Driver only supports NONE, S1B6, S2B1v1, S2B1v4, S2B1v5 or S2B1v6 for quad-enable-requirements"

Parents Reply Children
No Data
Related