2019-08-10 06:46:34 +08:00
|
|
|
# Copyright (c) 2019, Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-11-19 15:39:11 +08:00
|
|
|
description: Microchip XEC PS/2 controller
|
2019-08-10 06:46:34 +08:00
|
|
|
|
|
|
|
compatible: "microchip,xec-ps2"
|
|
|
|
|
|
|
|
include: ps2.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
reg:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
interrupts:
|
|
|
|
required: true
|
2020-02-14 23:26:55 +08:00
|
|
|
|
|
|
|
girq:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: GIRQ for this device
|
|
|
|
|
|
|
|
girq-bit:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: Bit position in GIRQ for this device
|