34 lines
637 B
YAML
34 lines
637 B
YAML
# Copyright (c) 2020, Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Microchip XEC tachometer controller
|
|
|
|
compatible: "microchip,xec-tach"
|
|
|
|
include: [tach.yaml, pinctrl-device.yaml]
|
|
|
|
properties:
|
|
"#address-cells":
|
|
required: true
|
|
const: 1
|
|
"#size-cells":
|
|
type: int
|
|
const: 0
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
girqs:
|
|
type: array
|
|
required: true
|
|
description: |
|
|
Array of GIRQ and bit position pairs for each interrupt
|
|
signal the block generates.
|
|
|
|
pcrs:
|
|
type: array
|
|
required: true
|
|
description: PCR sleep register index and bit position
|