2019-06-04 21:33:23 +08:00
|
|
|
# Copyright (c) 2019, Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-11-19 15:39:11 +08:00
|
|
|
description: Microchip XEC watchdog timer
|
2019-06-04 21:33:23 +08:00
|
|
|
|
2019-09-10 01:55:54 +08:00
|
|
|
include: base.yaml
|
2019-06-04 21:33:23 +08:00
|
|
|
|
2019-09-10 01:55:54 +08:00
|
|
|
compatible: "microchip,xec-watchdog"
|
2019-06-04 21:33:23 +08:00
|
|
|
|
2019-09-10 01:55:54 +08:00
|
|
|
properties:
|
2023-01-04 03:21:25 +08:00
|
|
|
reg:
|
|
|
|
required: true
|
2019-06-04 21:33:23 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
interrupts:
|
|
|
|
required: true
|
2022-02-09 00:54:22 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
girqs:
|
|
|
|
type: array
|
|
|
|
required: true
|
|
|
|
description: Array of GIRQ numbers [8:26] and bit positions [0:31].
|
2022-02-09 00:54:22 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
pcrs:
|
|
|
|
type: array
|
|
|
|
required: true
|
|
|
|
description: PCR sleep enable register index and bit position.
|