Lines Matching +full:vref1p +full:- +full:supply

1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Ibrahim Tilki <Ibrahim.Tilki@analog.com>
21 - adi,max11410
30 interrupt-names:
34 - enum: [gpio0, gpio1]
35 - const: gpio1
37 '#address-cells':
40 '#size-cells':
43 avdd-supply:
44 description: Optional avdd supply. Used as reference when no explicit reference supplied.
46 vref0p-supply:
47 description: vref0p supply can be used as reference for conversion.
49 vref1p-supply:
50 description: vref1p supply can be used as reference for conversion.
52 vref2p-supply:
53 description: vref2p supply can be used as reference for conversion.
55 vref0n-supply:
56 description: vref0n supply can be used as reference for conversion.
58 vref1n-supply:
59 description: vref1n supply can be used as reference for conversion.
61 vref2n-supply:
62 description: vref2n supply can be used as reference for conversion.
64 spi-max-frequency:
68 "^channel(@[0-9])?$":
75 description: The channel number in single-ended mode.
84 1: VREF1P/VREF1N
88 5: VREF1P/AGND
95 adi,input-mode:
98 0: Buffered, low-power, unity-gain path (default)
105 diff-channels: true
109 settling-time-us: true
111 adi,buffered-vrefp:
115 adi,buffered-vrefn:
120 - reg
125 - compatible
126 - reg
129 - $ref: /schemas/spi/spi-peripheral-props.yaml#
134 - |
135 #include <dt-bindings/interrupt-controller/irq.h>
137 #address-cells = <1>;
138 #size-cells = <0>;
143 spi-max-frequency = <8000000>;
145 interrupt-parent = <&gpio>;
147 interrupt-names = "gpio1";
149 avdd-supply = <&adc_avdd>;
151 vref1p-supply = <&adc_vref1p>;
152 vref1n-supply = <&adc_vref1n>;
154 #address-cells = <1>;
155 #size-cells = <0>;
163 diff-channels = <2 3>;
166 settling-time-us = <100000>;
171 diff-channels = <7 9>;
173 adi,input-mode = <2>;
174 settling-time-us = <50000>;