Skip to content

Commit 33d0f37

Browse files
committed
[nrf fromtree] boards: nordic: nrf54lm20dk: Add aliases for MCUboot button/LED
Adds aliases so that these can be used by MCUboot Signed-off-by: Jamie McCrae <[email protected]> (cherry picked from commit b6e0913)
1 parent 8728d13 commit 33d0f37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/nordic/nrf54lm20dk/nrf54lm20a_cpuapp_common.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
zephyr,flash = &cpuapp_rram;
2121
zephyr,ieee802154 = &ieee802154;
2222
};
23+
24+
aliases {
25+
mcuboot-button0 = &button0;
26+
mcuboot-led0 = &led0;
27+
};
2328
};
2429

2530
&cpuapp_sram {

0 commit comments

Comments
 (0)