zephyr/dts/bindings/watchdog/ti,cc13xx-cc26xx-watchdog.yaml
Stancu Florin 236084df70 drivers: ti: cc13xx/cc26xx: implement watchdog timer
New Zephyr WDT driver for TI CC13xx/CC26xx family.
Supports interrupts & MCU soft reset on timeout.

Signed-off-by: Stancu Florin <niflostancu@gmail.com>
2023-01-31 16:08:00 -05:00

21 lines
405 B
YAML

# Copyright (c) 2022 Florin Stancu <niflostancu@gmail.com>
# SPDX-License-Identifier: Apache-2.0
description: TI CC13xx/CC26xx watchdog
compatible: "ti,cc13xx-cc26xx-watchdog"
include: base.yaml
properties:
reg:
required: true
interrupts:
required: true
interrupt-nmi:
type: boolean
description: |
Whether the watchdog triggers a Non-Maskable Interrupt or a standard one