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.
28 lines
502 B
28 lines
502 B
3 years ago
|
description: |
|
||
|
Sensor driver for the Cirque Pinnacle trackpad ASICs
|
||
|
|
||
|
compatible: "cirque,pinnacle"
|
||
|
|
||
|
include: base.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
|