Skip to content

Commit c25e030

Browse files
nordic-seglcfriedt
authored andcommitted
samples: drivers: jesd216: Enable sample on nrf54lm20dk
Add overlay required to run the sample on nrf54lm20dk/nrf54lm20a/cpuapp. Signed-off-by: Sebastian Głąb <[email protected]>
1 parent fc164f4 commit c25e030

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&mx25r64 {
8+
status = "okay";
9+
};

samples/drivers/jesd216/sample.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ tests:
2121
- hifive_unmatched/fu740/u74
2222
- mimxrt1170_evk/mimxrt1176/cm7
2323
- mimxrt1170_evk/mimxrt1176/cm4
24+
- nrf54lm20dk/nrf54lm20a/cpuapp
2425
filter: dt_compat_enabled("jedec,spi-nor") or dt_compat_enabled("jedec,mspi-nor")
2526
depends_on: spi
2627
sample.drivers.jesd216.nrf52840dk_spi:
@@ -29,6 +30,18 @@ tests:
2930
platform_allow: nrf52840dk/nrf52840
3031
integration_platforms:
3132
- nrf52840dk/nrf52840
33+
sample.drivers.jesd216.nrf54lm20:
34+
platform_allow:
35+
- nrf54lm20dk/nrf54lm20a/cpuapp
36+
integration_platforms:
37+
- nrf54lm20dk/nrf54lm20a/cpuapp
38+
harness_config:
39+
fixture: external_flash
40+
type: multi_line
41+
ordered: true
42+
regex:
43+
- "sfdp-bfp ="
44+
- "jedec-id ="
3245
sample.drivers.stm32.jesd216:
3346
filter: dt_compat_enabled("st,stm32-xspi-nor")
3447
or dt_compat_enabled("st,stm32-ospi-nor")

0 commit comments

Comments
 (0)