Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion samples/drivers/jesd216/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ tests:
platform_allow: nrf52840dk/nrf52840
integration_platforms:
- nrf52840dk/nrf52840
sample.drivers.jesd216.nrf54lm20:
sample.drivers.jesd216.nrf54l:
platform_allow:
- nrf54l15dk/nrf54l15/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l05/cpuapp
- nrf54lm20dk/nrf54lm20a/cpuapp
integration_platforms:
- nrf54lm20dk/nrf54lm20a/cpuapp
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
* Copyright (c) 2025 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/

&mx25r64 {
/delete-property/ jedec-id;
/delete-property/ sfdp-bfp;
/delete-property/ has-dpd;
/delete-property/ t-enter-dpd;
/delete-property/ t-exit-dpd;
};
11 changes: 11 additions & 0 deletions tests/drivers/flash/common/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,17 @@ tests:
- nrf54l15dk/nrf54l15/cpuapp
harness_config:
fixture: external_flash
drivers.flash.common.no_explicit_erase.sfdp_runtime:
platform_allow:
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
harness_config:
fixture: external_flash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The board has ext Flash permanently attached to it, it's always available, no need for a fixture.

Copy link
Contributor

@nordic-piks nordic-piks Oct 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. It is a copy form above scenario - thus please keep fixture.
  2. Fixture in above scenario is to distinguish between boards which indeed have ext flash mounted permanently and those which use those pins for different purpose (they have other fixture). Without fixture, this test can be executed on non default boards too.

extra_configs:
- CONFIG_SPI_NOR_SFDP_RUNTIME=y
extra_args:
- DTC_OVERLAY_FILE=boards/nrf54l15dk_remove_dt_sfdp.overlay
drivers.flash.common.no_explicit_erase.nrf54h:
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp
Expand Down