Lines Matching +full:gain +full:- +full:gpios
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Michael Hennerich <michael.hennerich@analog.com>
13 The ad7780 is a sigma-delta analog to digital converter. This driver provides
15 Its interface also allows writing on the FILTER and GAIN GPIO pins on the
20 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7170.pdf
22 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7171.pdf
24 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7780.pdf
26 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7781.pdf
31 - adi,ad7170
32 - adi,ad7171
33 - adi,ad7780
34 - adi,ad7781
39 avdd-supply:
43 powerdown-gpios:
50 adi,gain-gpios:
52 Must be the device tree identifier of the GAIN pin. Only for
58 adi,filter-gpios:
67 - compatible
68 - reg
73 - |
74 #include <dt-bindings/gpio/gpio.h>
76 #address-cells = <1>;
77 #size-cells = <0>;
83 avdd-supply = <&vdd_supply>;
84 powerdown-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
85 adi,gain-gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
86 adi,filter-gpios = <&gpio2 15 GPIO_ACTIVE_LOW>;