summaryrefslogtreecommitdiff
path: root/app/drivers/zephyr/dts/bindings/sensor/alps,ec11.yaml
blob: 5cbe77a2ad0c1bd36c83cdcb783e0a5ebac5904f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
description: |
  Sensor driver for the Alps EC11 rotary encoder

compatible: "alps,ec11"

properties:
  label:
    type: string
    required: true
  a-gpios:
    type: phandle-array
    required: true
    description: A pin for the encoder
  b-gpios:
    type: phandle-array
    required: true
    description: A pin for the encoder
  resolution:
    type: int
    description: Number of pulses per tick
    required: false