Lines Matching +full:iio +full:- +full:backend
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:
31 vref-supply: [ '#io-backend-cells' ]
34 - compatible
37 - required: ['#io-backend-cells']
38 - required: ['#io-channel-cells']
43 - |
44 // Backend binding example. SD modulator configured as an IIO backend device
46 compatible = "sd-modulator";
47 vref-supply = <&vdd_adc>;
48 #io-backend-cells = <0>;
51 - |
52 // Legacy binding example. SD modulator configured as an IIO channel provider
54 compatible = "sd-modulator";
55 #io-channel-cells = <0>;