Files
tactility/Drivers/ft6x36-module/bindings/focaltech,ft6x36.yaml
T
2026-07-22 22:43:34 +02:00

38 lines
902 B
YAML

description: FocalTech FT6x36 capacitive touch controller
include: ["i2c-device.yaml"]
compatible: "focaltech,ft6x36"
bus: i2c
properties:
x-max:
type: int
required: true
description: Maximum X coordinate reported by the controller (typically the panel's horizontal resolution)
y-max:
type: int
required: true
description: Maximum Y coordinate reported by the controller (typically the panel's vertical resolution)
swap-xy:
type: boolean
default: false
description: Swap the X and Y axes
mirror-x:
type: boolean
default: false
description: Mirror the X axis
mirror-y:
type: boolean
default: false
description: Mirror the Y axis
pin-reset:
type: phandles
default: GPIO_PIN_SPEC_NONE
description: Reset GPIO pin
pin-interrupt:
type: phandles
default: GPIO_PIN_SPEC_NONE
description: Interrupt GPIO pin