boards: nrf52840dk_nrf52840: document suppported QSPI opcodes
The SPI NOR device on this board supports fastread, 2READ, DREAD, 4READ, and QREAD for read opcodes, but only PP and QPP for write opcodes. Provide a clue to people trying to use 2READ with 2PP: it won't work. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
7d89cf2e0a
commit
61eee6d4fc
@ -210,7 +210,9 @@ arduino_i2c: &i2c0 {
|
||||
mx25r64: mx25r6435f@0 {
|
||||
compatible = "nordic,qspi-nor";
|
||||
reg = <0>;
|
||||
/* MX24R64 supports only pp and pp4io */
|
||||
writeoc = "pp4io";
|
||||
/* MX24R64 supports all readoc options */
|
||||
readoc = "read4io";
|
||||
sck-frequency = <8000000>;
|
||||
label = "MX25R64";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user