Skip to content

Commit b6e0913

Browse files
nordicjmhenrikbrixandersen
authored andcommitted
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]>
1 parent d2988fc commit b6e0913

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
@@ -21,6 +21,11 @@
2121
zephyr,bt-hci = &bt_hci_controller;
2222
zephyr,ieee802154 = &ieee802154;
2323
};
24+
25+
aliases {
26+
mcuboot-button0 = &button0;
27+
mcuboot-led0 = &led0;
28+
};
2429
};
2530

2631
&cpuapp_sram {

0 commit comments

Comments
 (0)