Skip to content

Commit c9d0965

Browse files
nvlsianpucarlescufi
authored andcommitted
boards/arm/thingy53_nrf5340: Add mcuboot's gpio aliases
Added aliases for the button and LED gpio pin which might be used by the MCUboot. Signed-off-by: Andrzej Puzdrowski <[email protected]>
1 parent 69fb2dc commit c9d0965

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/arm/thingy53_nrf5340/thingy53_nrf5340_common.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@
114114
magn0 = &bmm150;
115115
watchdog0 = &wdt0;
116116
accel0 = &adxl362;
117+
mcuboot-button0 = &button1;
118+
mcuboot-led0 = &blue_led;
117119
};
118120
};
119121

0 commit comments

Comments
 (0)