File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
tests/drivers/flash/common Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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+ };
File renamed without changes.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments