From 33d0f379ee2697a3c7b459890611157551d29001 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Thu, 4 Sep 2025 10:39:25 +0100 Subject: [PATCH] [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 (cherry picked from commit b6e09135cb6675e876992f117257b46d20e3e4a5) --- boards/nordic/nrf54lm20dk/nrf54lm20a_cpuapp_common.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/boards/nordic/nrf54lm20dk/nrf54lm20a_cpuapp_common.dtsi b/boards/nordic/nrf54lm20dk/nrf54lm20a_cpuapp_common.dtsi index 0ee33f1fd45b..18a3e79a2936 100644 --- a/boards/nordic/nrf54lm20dk/nrf54lm20a_cpuapp_common.dtsi +++ b/boards/nordic/nrf54lm20dk/nrf54lm20a_cpuapp_common.dtsi @@ -20,6 +20,11 @@ zephyr,flash = &cpuapp_rram; zephyr,ieee802154 = &ieee802154; }; + + aliases { + mcuboot-button0 = &button0; + mcuboot-led0 = &led0; + }; }; &cpuapp_sram {