Skip to content

Commit

Permalink
boards: st: nucleo_wba55cg: add mcuboot-{led0,button0} aliases
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pepe2k authored and carlescufi committed May 17, 2024
1 parent 35c08ea commit 5409c7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/st/nucleo_wba55cg/nucleo_wba55cg.dts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
sw0 = &user_button_1;
sw1 = &user_button_2;
sw2 = &user_button_3;
mcuboot-led0 = &blue_led_1;
mcuboot-button0 = &user_button_1;
};
};

Expand Down

0 comments on commit 5409c7c

Please sign in to comment.