You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
508 B
27 lines
508 B
description: | |
|
Sensor driver for the Cirque Pinnacle trackpad ASICs |
|
|
|
compatible: "cirque,pinnacle" |
|
|
|
include: spi-device.yaml |
|
|
|
on-bus: spi |
|
|
|
properties: |
|
spi-max-frequency: |
|
type: int |
|
required: true |
|
description: | |
|
Maximum SPI clock speed supported by the device, in Hz. |
|
dr-gpios: |
|
type: phandle-array |
|
required: true |
|
description: Data ready pin for the trackpad |
|
invert-x: |
|
type: boolean |
|
invert-y: |
|
type: boolean |
|
sleep: |
|
type: boolean |
|
no-taps: |
|
type: boolean
|
|
|