1# Copyright (c) 2019, Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: Microchip XEC watchdog timer
5
6include: base.yaml
7
8compatible: "microchip,xec-watchdog"
9
10properties:
11  reg:
12    required: true
13
14  interrupts:
15    required: true
16
17  girqs:
18    type: array
19    required: true
20    description: Array of GIRQ numbers [8:26] and bit positions [0:31].
21
22  pcrs:
23    type: array
24    required: true
25    description: PCR sleep enable register index and bit position.
26