Lines Matching +full:channel +full:- +full:7
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Oleksij Rempel <o.rempel@pengutronix.de>
18 - ti,tsc2046e-adc
26 vref-supply:
29 "#io-channel-cells":
32 '#address-cells':
35 '#size-cells':
39 - compatible
40 - reg
43 "^channel@[0-7]$":
50 The channel number. It can have up to 8 channels
53 maximum: 7
55 settling-time-us: true
56 oversampling-ratio: true
59 - reg
64 - $ref: /schemas/spi/spi-peripheral-props.yaml#
69 - |
70 #include <dt-bindings/interrupt-controller/irq.h>
72 #address-cells = <1>;
73 #size-cells = <0>;
76 compatible = "ti,tsc2046e-adc";
78 spi-max-frequency = <1000000>;
79 interrupts-extended = <&gpio3 20 IRQ_TYPE_LEVEL_LOW>;
80 #io-channel-cells = <1>;
82 #address-cells = <1>;
83 #size-cells = <0>;
85 channel@0 {
88 channel@1 {
90 settling-time-us = <700>;
91 oversampling-ratio = <5>;
93 channel@2 {
96 channel@3 {
98 settling-time-us = <700>;
99 oversampling-ratio = <5>;
101 channel@4 {
103 settling-time-us = <700>;
104 oversampling-ratio = <5>;
106 channel@5 {
108 settling-time-us = <700>;
109 oversampling-ratio = <5>;
111 channel@6 {
114 channel@7 {
115 reg = <7>;