Browse Source
QSPI NOR driver non-Quad mode was not tested before. Add configuration that uses driver in the non-Quad mode. Signed-off-by: Bartosz Miller <bartosz.miller@nordicsemi.no>pull/87811/head
2 changed files with 19 additions and 0 deletions
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
/* |
||||
* Copyright (c) 2025 Nordic Semiconductor ASA |
||||
* |
||||
* SPDX-License-Identifier: Apache-2.0 |
||||
*/ |
||||
|
||||
&mx25r64 { |
||||
writeoc = "pp"; |
||||
readoc = "fastread"; |
||||
}; |
Loading…
Reference in new issue