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>
This commit is contained in:
Bartosz Miller 2025-03-25 09:37:10 +01:00 committed by Benjamin Cabé
parent 1788c701cb
commit 90299f0b0a
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,10 @@
/*
* Copyright (c) 2025 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
&mx25r64 {
writeoc = "pp";
readoc = "fastread";
};

View File

@ -116,3 +116,12 @@ tests:
extra_configs:
- CONFIG_DMA=y
- CONFIG_SOC_FLASH_SILABS_S2_DMA_READ=y
drivers.flash.common.non_quad_mode:
extra_args:
- EXTRA_DTC_OVERLAY_FILE=boards/mx25r64_non_quad.overlay
integration_platforms:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
platform_allow:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp