Skip to content

Commit 5409c7c

Browse files
pepe2kcarlescufi
authored andcommitted
boards: st: nucleo_wba55cg: add mcuboot-{led0,button0} aliases
This adds DT aliases for LED and button used in recovery mode of the MCUboot bootloader, on the 'nucleo_wba55cg' board. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
1 parent 35c08ea commit 5409c7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/st/nucleo_wba55cg/nucleo_wba55cg.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
sw0 = &user_button_1;
7070
sw1 = &user_button_2;
7171
sw2 = &user_button_3;
72+
mcuboot-led0 = &blue_led_1;
73+
mcuboot-button0 = &user_button_1;
7274
};
7375
};
7476

0 commit comments

Comments
 (0)