Skip to content

Commit 923ac84

Browse files
committed
tests: drivers: flash: Add non-Quad mode test for nrf52 and nrf53
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>
1 parent 3d9ac79 commit 923ac84

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&mx25r64 {
8+
writeoc = "pp";
9+
readoc = "fastread";
10+
};

tests/drivers/flash/common/testcase.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,12 @@ tests:
116116
extra_configs:
117117
- CONFIG_DMA=y
118118
- CONFIG_SOC_FLASH_SILABS_S2_DMA_READ=y
119+
drivers.flash.non_quad_mode:
120+
extra_args:
121+
- EXTRA_DTC_OVERLAY_FILE=boards/mx25r64_non_quad.overlay
122+
integration_platforms:
123+
- nrf52840dk/nrf52840
124+
- nrf5340dk/nrf5340/cpuapp
125+
platform_allow:
126+
- nrf52840dk/nrf52840
127+
- nrf5340dk/nrf5340/cpuapp

0 commit comments

Comments
 (0)