dts: nordic,qspi-nor: correct opcode for fastread

The opcode is 0x0B not 0x08.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-10-20 10:18:38 -05:00 committed by Carles Cufí
parent f80f31eb0d
commit 7d89cf2e0a

View File

@ -27,7 +27,7 @@ properties:
type: string
required: false
enum:
- "fastread" # Single data line SPI, FAST_READ (0x08)
- "fastread" # Single data line SPI, FAST_READ (0x0B)
- "read2o" # Dual data line SPI, READ2O (0x3B)
- "read2io" # Dual data line SPI, READ2IO (0xBB)
- "read4o" # Quad data line SPI, READ4O (0x6B)