Lines Matching +full:adc +full:- +full:mode

3 # SPDX-License-Identifier: Apache-2.0
5 # Common fields for ADC controllers
10 "#io-channel-cells":
14 "#address-cells":
17 "#size-cells":
20 child-binding:
25 data will not be accessible for the ADC API macros.
28 https://www.kernel.org/doc/Documentation/devicetree/bindings/iio/adc/adc.yaml
41 - ADC_GAIN_1_6: x 1/6
42 - ADC_GAIN_1_5: x 1/5
43 - ADC_GAIN_1_4: x 1/4
44 - ADC_GAIN_1_3: x 1/3
45 - ADC_GAIN_2_5: x 2/5
46 - ADC_GAIN_1_2: x 1/2
47 - ADC_GAIN_2_3: x 2/3
48 - ADC_GAIN_4_5: x 4/5
49 - ADC_GAIN_1: x 1
50 - ADC_GAIN_2: x 2
51 - ADC_GAIN_3: x 3
52 - ADC_GAIN_4: x 4
53 - ADC_GAIN_6: x 6
54 - ADC_GAIN_8: x 8
55 - ADC_GAIN_12: x 12
56 - ADC_GAIN_16: x 16
57 - ADC_GAIN_24: x 24
58 - ADC_GAIN_32: x 32
59 - ADC_GAIN_64: x 64
60 - ADC_GAIN_128: x 128
62 - "ADC_GAIN_1_6"
63 - "ADC_GAIN_1_5"
64 - "ADC_GAIN_1_4"
65 - "ADC_GAIN_1_3"
66 - "ADC_GAIN_2_5"
67 - "ADC_GAIN_1_2"
68 - "ADC_GAIN_2_3"
69 - "ADC_GAIN_4_5"
70 - "ADC_GAIN_1"
71 - "ADC_GAIN_2"
72 - "ADC_GAIN_3"
73 - "ADC_GAIN_4"
74 - "ADC_GAIN_6"
75 - "ADC_GAIN_8"
76 - "ADC_GAIN_12"
77 - "ADC_GAIN_16"
78 - "ADC_GAIN_24"
79 - "ADC_GAIN_32"
80 - "ADC_GAIN_64"
81 - "ADC_GAIN_128"
88 - ADC_REF_VDD_1: VDD
89 - ADC_REF_VDD_1_2: VDD/2
90 - ADC_REF_VDD_1_3: VDD/3
91 - ADC_REF_VDD_1_4: VDD/4
92 - ADC_REF_INTERNAL: Internal
93 - ADC_REF_EXTERNAL0: External, input 0
94 - ADC_REF_EXTERNAL1: External, input 1
96 - "ADC_REF_VDD_1"
97 - "ADC_REF_VDD_1_2"
98 - "ADC_REF_VDD_1_3"
99 - "ADC_REF_VDD_1_4"
100 - "ADC_REF_INTERNAL"
101 - "ADC_REF_EXTERNAL0"
102 - "ADC_REF_EXTERNAL1"
104 zephyr,vref-mv:
111 a dedicated ADC API call, so there is no need to use this property
114 zephyr,acquisition-time:
127 When set, selects differential input mode for the channel. Otherwise,
128 single-ended mode is used unless the zephyr,input-negative property is
129 specified, in which case the differential mode is selected implicitly.
131 zephyr,input-positive:
134 Positive ADC input. Used only for drivers that select
137 zephyr,input-negative:
140 Negative ADC input. Used only for drivers that select
142 When specified, implies the differential input mode for the channel.
147 ADC resolution to be used for the channel.
156 zephyr,current-source-pin:
157 type: uint8-array
164 zephyr,vbias-pins: