Skip to content

Commit 5877766

Browse files
committed
[nrf fromlist] boards: nordic: nrf54l15dk: Add button/LED aliases
Adds aliases so that these devices can use MCUboot serial recovery Upstream PR #: 93090 Signed-off-by: Jamie McCrae <[email protected]>
1 parent 237ef2e commit 5877766

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/nordic/nrf54l15dk/nrf54l_05_10_15_cpuapp_common.dtsi

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

2530
&cpuapp_sram {

0 commit comments

Comments
 (0)