| # Copyright (c) 2019, Intel Corporation |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| description: Microchip XEC watchdog timer |
| |
| include: base.yaml |
| |
| compatible: "microchip,xec-watchdog" |
| |
| properties: |
| reg: |
| required: true |
| |
| label: |
| required: true |
| |
| interrupts: |
| required: true |
| |
| girqs: |
| type: array |
| required: true |
| description: Array of GIRQ numbers [8:26] and bit positions [0:31]. |
| |
| pcrs: |
| type: array |
| required: true |
| description: PCR sleep enable register index and bit position. |
| |
| "#girq-cells": |
| type: int |
| const: 2 |
| |
| "#pcr-cells": |
| type: int |
| const: 2 |
| |
| girq-cells: |
| - girq_num |
| - bitpos |
| |
| pcr-cells: |
| - reg_index |
| - bitpos |