Lines Matching +full:tsc2046e +full:- +full:adc
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/ti,tsc2046.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Oleksij Rempel <o.rempel@pengutronix.de>
13 TSC2046 is a touch screen controller with 8 channels ADC.
18 - ti,tsc2046e-adc
26 spi-max-frequency: true
28 "#io-channel-cells":
31 '#address-cells':
34 '#size-cells':
38 - compatible
39 - reg
42 "^channel@[0-7]$":
43 $ref: "adc.yaml"
54 settling-time-us: true
55 oversampling-ratio: true
58 - reg
65 - |
66 #include <dt-bindings/interrupt-controller/irq.h>
68 #address-cells = <1>;
69 #size-cells = <0>;
71 adc@0 {
72 compatible = "ti,tsc2046e-adc";
74 spi-max-frequency = <1000000>;
75 interrupts-extended = <&gpio3 20 IRQ_TYPE_LEVEL_LOW>;
76 #io-channel-cells = <1>;
78 #address-cells = <1>;
79 #size-cells = <0>;
86 settling-time-us = <700>;
87 oversampling-ratio = <5>;
94 settling-time-us = <700>;
95 oversampling-ratio = <5>;
99 settling-time-us = <700>;
100 oversampling-ratio = <5>;
104 settling-time-us = <700>;
105 oversampling-ratio = <5>;