zephyr/drivers/watchdog
Benjamin Lemouzy a7135a6c3a drivers: watchdog: wdt_mcux_imx_wdog: add pinctrl support
i.MX RT SoC have some pins related to the watchdog.
For example, iomuxc_gpio_ad_b0_15_wdog1_rst_b_deb allows WDOG1_RST_B_DEB
signal to be used as reset source for i.MX RT10xx boards.

Signed-off-by: Benjamin Lemouzy <blemouzy@centralp.fr>
2023-08-31 20:19:33 +02:00
..
CMakeLists.txt drivers: watchdog: add WDT shell commands 2023-08-21 15:01:30 -05:00
Kconfig drivers: watchdog: add WDT shell commands 2023-08-21 15:01:30 -05:00
Kconfig.ambiq drivers: watchdog: Add Ambiq wdt driver 2023-08-16 13:03:33 +02:00
Kconfig.andes_atcwdt200 drivers: watchdog: Add Andestech ATCWDT200 driver. 2023-06-29 10:13:05 +00:00
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cmsdk_apb
Kconfig.dw
Kconfig.esp32
Kconfig.gd32
Kconfig.gecko
Kconfig.ifx_cat1
Kconfig.intel_adsp
Kconfig.it8xxx2
Kconfig.mcux
Kconfig.mcux_imx drivers: watchdog: wdt_mcux_imx_wdog: add pinctrl support 2023-08-31 20:19:33 +02:00
Kconfig.npcx
Kconfig.npm1300 drivers: watchdog: npm1300: Added watchdog driver 2023-07-12 14:36:56 +02:00
Kconfig.npm6001
Kconfig.nrfx
Kconfig.nxp_fs26 drivers: watchdog: support NXP FS26 watchdog 2023-08-01 09:51:16 +02:00
Kconfig.nxp_s32
Kconfig.opentitan
Kconfig.rpi_pico
Kconfig.sam
Kconfig.sam0
Kconfig.shell drivers: watchdog: add WDT shell commands 2023-08-21 15:01:30 -05:00
Kconfig.sifive
Kconfig.smartbond
Kconfig.stm32
Kconfig.tco
Kconfig.ti_tps382x
Kconfig.xec
Kconfig.xlnx
wdt_ambiq.c drivers: watchdog: Add Ambiq wdt driver 2023-08-16 13:03:33 +02:00
wdt_andes_atcwdt200.c drivers: watchdog: atcwdt200: fix shadow variable build error 2023-08-28 16:00:00 +02:00
wdt_cc13xx_cc26xx.c
wdt_cc32xx.c
wdt_cmsdk_apb.c
wdt_counter.c
wdt_dw.c
wdt_dw.h
wdt_dw_common.c
wdt_dw_common.h
wdt_esp32.c soc: xtensa,riscv: esp32xx: refactor folder structure 2023-07-25 18:12:33 +02:00
wdt_fwdgt_gd32.c
wdt_gecko.c
wdt_handlers.c
wdt_ifx_cat1.c driver: watchdog: wdt_ifx_cat1: masking added 2023-08-16 20:42:45 +02:00
wdt_intel_adsp.c
wdt_intel_adsp.h
wdt_ite_it8xxx2.c
wdt_iwdg_stm32.c
wdt_iwdg_stm32.h
wdt_mchp_xec.c
wdt_mcux_imx_wdog.c drivers: watchdog: wdt_mcux_imx_wdog: add pinctrl support 2023-08-31 20:19:33 +02:00
wdt_mcux_wdog.c
wdt_mcux_wdog32.c
wdt_mcux_wwdt.c
wdt_npcx.c driver: wdt: npcx: add WDT_OPT_PAUSE_HALTED_BY_DBG support. 2023-07-07 09:19:50 +02:00
wdt_npm1300.c drivers: watchdog: npm1300: Added watchdog driver 2023-07-12 14:36:56 +02:00
wdt_npm6001.c
wdt_nrfx.c drivers: wdt_nrfx: Clean up driver instantiation 2023-07-25 13:41:51 +02:00
wdt_nxp_fs26.c drivers: watchdog: support NXP FS26 watchdog 2023-08-01 09:51:16 +02:00
wdt_nxp_fs26.h drivers: watchdog: support NXP FS26 watchdog 2023-08-01 09:51:16 +02:00
wdt_nxp_s32.c
wdt_opentitan.c
wdt_rpi_pico.c
wdt_sam.c
wdt_sam0.c
wdt_shell.c drivers: watchdog_shell: fix compiler error 2023-08-22 10:49:05 +01:00
wdt_sifive.c
wdt_smartbond.c
wdt_tco.c
wdt_ti_tps382x.c
wdt_wwdg_stm32.c
wdt_wwdg_stm32.h
wdt_wwdgt_gd32.c
wdt_xilinx_axi.c