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:
parent
1788c701cb
commit
90299f0b0a
10
tests/drivers/flash/common/boards/mx25r64_non_quad.overlay
Normal file
10
tests/drivers/flash/common/boards/mx25r64_non_quad.overlay
Normal file
@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&mx25r64 {
|
||||
writeoc = "pp";
|
||||
readoc = "fastread";
|
||||
};
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user