| # Copyright (c) 2019, Intel Corporation |
| # Copyright (c) 2021, Microchip Technology Inc. |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| description: Microchip XEC keyboard matrix controller |
| |
| compatible: "microchip,xec-kbd" |
| |
| include: |
| - name: kbd-matrix-common.yaml |
| - name: pinctrl-device.yaml |
| - name: microchip,dmec-ecia-girq.yaml |
| |
| properties: |
| reg: |
| required: true |
| |
| interrupts: |
| required: true |
| |
| pcrs: |
| type: int |
| required: true |
| description: KBD PCR register index and bit position |
| |
| row-size: |
| required: true |
| min: 1 |
| max: 8 |
| |
| col-size: |
| required: true |
| min: 1 |
| max: 18 |