b7f60b2354
Add optional PINCTRL support to the Microchip XEC PS2 driver shared between MEC15xx and MEC172x families. Signed-off-by: Jay Vasanth <jay.vasanth@microchip.com>
36 lines
637 B
YAML
36 lines
637 B
YAML
# Copyright (c) 2019, Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Microchip XEC PS/2 controller
|
|
|
|
compatible: "microchip,xec-ps2"
|
|
|
|
include: [ps2.yaml, pinctrl-device.yaml]
|
|
|
|
properties:
|
|
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: PS2 PCR register index and bit position
|
|
|
|
girq-cells:
|
|
- girqnum
|
|
- bitpos
|
|
|
|
pcr-cells:
|
|
- regidx
|
|
- bitpos
|