236084df70
New Zephyr WDT driver for TI CC13xx/CC26xx family. Supports interrupts & MCU soft reset on timeout. Signed-off-by: Stancu Florin <niflostancu@gmail.com>
21 lines
405 B
YAML
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
|