Skip to content

Commit 9a85723

Browse files
committed
[nrf fromlist] samples: drivers: jesd216: Enable sample on nrf54lm20dk
Add overlay required to run the sample on nrf54lm20dk/nrf54lm20a/cpuapp. Upstream PR #: 92432 Signed-off-by: Sebastian Głąb <[email protected]>
1 parent 77564ce commit 9a85723

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ tests:
2929
platform_allow: nrf52840dk/nrf52840
3030
integration_platforms:
3131
- nrf52840dk/nrf52840
32+
sample.drivers.jesd216.nrf54lm20:
33+
platform_allow:
34+
- nrf54lm20dk/nrf54lm20a/cpuapp
35+
integration_platforms:
36+
- nrf54lm20dk/nrf54lm20a/cpuapp
37+
harness_config:
38+
fixture: external_flash
39+
type: multi_line
40+
ordered: true
41+
regex:
42+
- "sfdp-bfp ="
43+
- "jedec-id ="
3244
sample.drivers.stm32.jesd216:
3345
filter: dt_compat_enabled("st,stm32-xspi-nor")
3446
or dt_compat_enabled("st,stm32-ospi-nor")

0 commit comments

Comments
 (0)