Skip to content

Commit 5ecea70

Browse files
author
Raffael Rostagno
committed
drivers: wdt: esp32h2: Add support
Add WDT support for ESP32-H2. Signed-off-by: Raffael Rostagno <[email protected]>
1 parent d4901a7 commit 5ecea70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/watchdog/wdt_esp32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#define DT_DRV_COMPAT espressif_esp32_watchdog
99

10-
#if defined(CONFIG_SOC_SERIES_ESP32C6)
10+
#if defined(CONFIG_SOC_SERIES_ESP32C6) || defined(CONFIG_SOC_SERIES_ESP32H2)
1111
#include <soc/lp_aon_reg.h>
1212
#else
1313
#include <soc/rtc_cntl_reg.h>

0 commit comments

Comments
 (0)