mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 11:43:36 +00:00
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:
parent
f80f31eb0d
commit
7d89cf2e0a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user