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:
Benjamin Björnsson 2022-07-19 10:50:23 +02:00 committed by Kumar Gala
parent 55d47d341a
commit 42154a9dbd
2 changed files with 3 additions and 3 deletions

View file

@ -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 {

View file

@ -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 {