24 lines
692 B
YAML
24 lines
692 B
YAML
# Copyright (c) 2021 Qingsong Gou <gouqs@hotmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Hynitron CST816S touchscreen sensor
|
|
|
|
compatible: "hynitron,cst816s"
|
|
|
|
include: i2c-device.yaml
|
|
|
|
properties:
|
|
irq-gpios:
|
|
type: phandle-array
|
|
description: |
|
|
The irq signal defaults to active low as produced by the
|
|
sensor. The property value should ensure the flags properly
|
|
describe the signal that is presented to the driver.
|
|
|
|
rst-gpios:
|
|
type: phandle-array
|
|
description: |
|
|
The reset signal defaults to active low to the
|
|
sensor. The property value should ensure the flags properly
|
|
describe the signal that is presented to the driver.
|