dts / boards / soc: Add support for SiLabs Gecko watchdog

This commit adds the following:
- device tree bindings for Gecko watchdog driver
- EFM32PG SOC support for the watchdog driver
- EFM32PG board support for the watchdog driver
- DTS aliases for testing with default watchdog driver test

Signed-off-by: Oane Kingma <o.kingma@interay.com>
This commit is contained in:
Oane Kingma 2019-11-04 16:09:42 +01:00 committed by Maureen Helm
commit fff0a2b5e7
10 changed files with 62 additions and 0 deletions

View file

@ -28,4 +28,6 @@
#define DT_GPIO_GECKO_PORTE_NAME DT_SILABS_EFR32XG1_GPIO_PORT_4000A0C0_LABEL
#define DT_GPIO_GECKO_PORTF_NAME DT_SILABS_EFR32XG1_GPIO_PORT_4000A0F0_LABEL
#define DT_WDT_0_NAME DT_INST_0_SILABS_GECKO_WDOG_LABEL
/* End of SoC Level DTS fixup file */