summaryrefslogtreecommitdiff
path: root/drivers/zephyr/dts/bindings/gpio-kscan.yaml
blob: 0698c3efc659df39b38679c445d8445ab7447848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright (c) 2020, Pete Johanson
# SPDX-License-Identifier: Apache-2.0

description: GPIO keyboard matrix controller

compatible: "gpio-kscan"

include: kscan.yaml

properties:
    row-gpios:
        type: phandle-array
        required: true
    col-gpios:
        type: phandle-array
        required: true
    debounce-period:
        type: int
        default: 5
    diode-direction:
        type: string
        default: row2col
        enum:
          - row2col
          - col2row