summaryrefslogtreecommitdiff
path: root/app/drivers/zephyr/dts/bindings/gpio-kscan.yaml
blob: 748d3fa1db9524039c7ea1c2fce0af1504caedf7 (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: MIT

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