Skip to content

Commit f800114

Browse files
nordic-seglnordicjm
authored andcommitted
[nrf fromtree] samples: drivers: jesd216: Run sample on nrf54lm20b
Add overlay that defines DTS nodes required to run the jesd216 sample on nrf54lm20b target. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no> (cherry picked from commit 8b5b7e6bc8472818498e1aa8439d1c8a8116ba4c)
1 parent 9ceb513 commit f800114

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-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) 2026 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ tests:
2222
- mimxrt1170_evk/mimxrt1176/cm7
2323
- mimxrt1170_evk/mimxrt1176/cm4
2424
- nrf54lm20dk/nrf54lm20a/cpuapp
25+
- nrf54lm20dk/nrf54lm20b/cpuapp
2526
filter: dt_compat_enabled("jedec,spi-nor") or dt_compat_enabled("jedec,mspi-nor")
2627
depends_on: spi
2728
sample.drivers.jesd216.nrf52840dk_spi:
@@ -36,6 +37,7 @@ tests:
3637
- nrf54l15dk/nrf54l10/cpuapp
3738
- nrf54l15dk/nrf54l05/cpuapp
3839
- nrf54lm20dk/nrf54lm20a/cpuapp
40+
- nrf54lm20dk/nrf54lm20b/cpuapp
3941
integration_platforms:
4042
- nrf54lm20dk/nrf54lm20a/cpuapp
4143
harness_config:

0 commit comments

Comments
 (0)