boards: arm: efm32pg_stk340xa: Move watchdog from chosen to alias
Move watchdog0 and watchdog1 nodes from choosen to aliases for consistency with other boards. Signed-off-by: Benjamin Björnsson <benjamin.bjornsson@gmail.com>
This commit is contained in:
parent
55d47d341a
commit
42154a9dbd
|
@ -12,7 +12,6 @@
|
|||
zephyr,shell-uart = &usart0;
|
||||
zephyr,sram = &sram0;
|
||||
zephyr,flash = &flash0;
|
||||
watchdog0 = &wdog0;
|
||||
};
|
||||
|
||||
/* These aliases are provided for compatibility with samples */
|
||||
|
@ -21,6 +20,7 @@
|
|||
led1 = &led1;
|
||||
sw0 = &button0;
|
||||
sw1 = &button1;
|
||||
watchdog0 = &wdog0;
|
||||
};
|
||||
|
||||
leds {
|
||||
|
|
|
@ -13,8 +13,6 @@
|
|||
zephyr,shell-uart = &usart0;
|
||||
zephyr,sram = &sram0;
|
||||
zephyr,flash = &flash0;
|
||||
watchdog0 = &wdog0;
|
||||
watchdog1 = &wdog1;
|
||||
};
|
||||
|
||||
/* These aliases are provided for compatibility with samples */
|
||||
|
@ -24,6 +22,8 @@
|
|||
pwm-led0 = &pwm_led0;
|
||||
sw0 = &button0;
|
||||
sw1 = &button1;
|
||||
watchdog0 = &wdog0;
|
||||
watchdog1 = &wdog1;
|
||||
};
|
||||
|
||||
leds {
|
||||
|
|
Loading…
Reference in a new issue