Lines Matching +full:adc +full:- +full:vref
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/sigma-delta-modulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Arnaud Pouliquen <[email protected]>
15 "sd-modulator" can be used as a generic SD modulator,
18 - sd-modulator
19 - ads1201
21 '#io-backend-cells':
24 '#io-channel-cells':
27 vref-supply:
28 description: Phandle to the vref input analog reference voltage.
31 vref-supply: [ '#io-backend-cells' ]
34 - compatible
37 - required: ['#io-backend-cells']
38 - required: ['#io-channel-cells']
43 - |
45 ads1201_0: adc {
46 compatible = "sd-modulator";
47 vref-supply = <&vdd_adc>;
48 #io-backend-cells = <0>;
51 - |
53 ads1201_1: adc {
54 compatible = "sd-modulator";
55 #io-channel-cells = <0>;