1# Copyright (c) 2022 Florin Stancu <niflostancu@gmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4description: TI CC13xx/CC26xx watchdog
5
6compatible: "ti,cc13xx-cc26xx-watchdog"
7
8include: base.yaml
9
10properties:
11  reg:
12    required: true
13
14  interrupts:
15    required: true
16
17  interrupt-nmi:
18    type: boolean
19    description: |
20      Whether the watchdog triggers a Non-Maskable Interrupt or a standard one
21