1# Copyright (c) 2020, Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: Microchip XEC tachometer controller
5
6compatible: "microchip,xec-tach"
7
8include: [tach.yaml, pinctrl-device.yaml]
9
10properties:
11  "#address-cells":
12    required: true
13    const: 1
14  "#size-cells":
15    type: int
16    const: 0
17  reg:
18    required: true
19
20  interrupts:
21    required: true
22
23  girqs:
24    type: array
25    required: true
26    description: |
27      Array of GIRQ and bit position pairs for each interrupt
28      signal the block generates.
29
30  pcrs:
31    type: array
32    required: true
33    description: PCR sleep register index and bit position
34