1# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5    This watchdog timer can detect oscillation failure of the RTC_SLOW_CLK_SRC_XTAL32K.
6    When such a failure is detected the hardware automatically switch to
7    ESP32_RTC_SLOW_CLK_SRC_RC_SLOW.
8
9    This feature is only available for ESP32S2,ESP32C3 and ESP32S3.
10
11compatible: "espressif,esp32-xt-wdt"
12
13include: base.yaml
14
15properties:
16  reg:
17    required: true
18