1# Copyright (c) 2019, Mohamed ElShahawi
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5    ESP32 watchdog. ESP32 contains 3x Watchdog timers, 2x Main System Watchdog
6    Timer (MWDT), 1x RTC Watchdog Timer (RWDT). RWDT is not supported yet.
7
8compatible: "espressif,esp32-watchdog"
9
10include: base.yaml
11
12properties:
13  reg:
14    required: true
15