Skip to content

Commit 21d4bee

Browse files
committed
[nrf fromtree] samples: boards: nordic: Run nrf_sys_event on nrf54lm20b device
Add overlay required to run the nrf_sys_event sample on nrf54lm20b device. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no> (cherry picked from commit 933e84f)
1 parent 78ccf56 commit 21d4bee

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

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

samples/boards/nordic/nrf_sys_event/boards/nrf54lm20dk_nrf54lm20a_cpuapp.overlay

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

6-
sample_counter: &timer20 {
7-
status = "okay";
8-
};
6+
#include "nrf54lm20dk_nrf54lm20_common.dtsi"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*
2+
* Copyright (c) 2026 Nordic Semiconductor ASA
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
#include "nrf54lm20dk_nrf54lm20_common.dtsi"

samples/boards/nordic/nrf_sys_event/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@ tests:
6767
platform_allow:
6868
- nrf54l15dk/nrf54l15/cpuapp
6969
- nrf54lm20dk/nrf54lm20a/cpuapp
70+
- nrf54lm20dk/nrf54lm20b/cpuapp
7071
integration_platforms:
7172
- nrf54l15dk/nrf54l15/cpuapp

0 commit comments

Comments
 (0)