Skip to content

Commit 219d16e

Browse files
nordic-bamicfriedt
authored andcommitted
tests: drivers: flash: Add MSPI single I/O test with 1M bus frequency
Longer transfers and lower frequency to verify proper FIFO handling. Signed-off-by: Bartosz Miller <[email protected]>
1 parent d43b48d commit 219d16e

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed
Lines changed: 10 additions & 0 deletions
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+
&mx25uw63 {
8+
status = "okay";
9+
mspi-max-frequency = <DT_FREQ_M(1)>;
10+
};

tests/drivers/flash/common/testcase.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ tests:
211211
platform_allow:
212212
- nrf54h20dk/nrf54h20/cpuapp
213213
extra_args:
214-
- EXTRA_DTC_OVERLAY_FILE=boards/mx25uw63_low_freq.overlay
214+
- EXTRA_DTC_OVERLAY_FILE=boards/mx25uw63_freq_256k.overlay
215215
harness_config:
216216
fixture: gpio_loopback
217217
drivers.flash.common.it8xxx2_indirect:
@@ -228,3 +228,10 @@ tests:
228228
- it515xx_evb
229229
extra_args:
230230
- DTC_OVERLAY_FILE="./boards/it515xx_m1k.overlay"
231+
drivers.flash.common.mspi_single_io_low_frequency:
232+
platform_allow:
233+
- nrf54h20dk/nrf54h20/cpuapp
234+
extra_args:
235+
- EXTRA_DTC_OVERLAY_FILE="boards/mx25uw63_single_io.overlay;boards/mx25uw63_freq_1M.overlay"
236+
harness_config:
237+
fixture: gpio_loopback

0 commit comments

Comments
 (0)