Lines Matching +full:ad7606 +full:- +full:8

1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/adi,ad7606.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices AD7606 Simultaneous Sampling ADC
10 - Michael Hennerich <michael.hennerich@analog.com>
13 Analog Devices AD7606 Simultaneous Sampling ADC
14 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606_7606-6_7606-4.pdf
15 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7606B.pdf
16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7616.pdf
21 - adi,ad7605-4
22 - adi,ad7606-8
23 - adi,ad7606-6
24 - adi,ad7606-4
25 - adi,ad7606b
26 - adi,ad7616
31 spi-cpha: true
33 spi-cpol: true
35 avcc-supply: true
40 adi,conversion-start-gpios:
48 reset-gpios:
55 standby-gpios:
58 to place the AD7606 into one of two power-down modes, Standby mode or
63 adi,first-data-gpios:
71 adi,range-gpios:
81 adi,oversampling-ratio-gpios:
83 Must be the device tree identifier of the over-sampling
88 adi,sw-mode:
93 adi,oversampling-ratio-gpios property is defined, then the driver will set the
99 - compatible
100 - reg
101 - spi-cpha
102 - avcc-supply
103 - interrupts
104 - adi,conversion-start-gpios
107 - $ref: /schemas/spi/spi-peripheral-props.yaml#
112 - |
113 #include <dt-bindings/gpio/gpio.h>
114 #include <dt-bindings/interrupt-controller/irq.h>
116 #address-cells = <1>;
117 #size-cells = <0>;
120 compatible = "adi,ad7606-8";
122 spi-max-frequency = <1000000>;
123 spi-cpol;
124 spi-cpha;
126 avcc-supply = <&adc_vref>;
129 interrupt-parent = <&gpio>;
131 adi,conversion-start-gpios = <&gpio 17 GPIO_ACTIVE_HIGH>;
132 reset-gpios = <&gpio 27 GPIO_ACTIVE_HIGH>;
133 adi,first-data-gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
134 adi,oversampling-ratio-gpios = <&gpio 18 GPIO_ACTIVE_HIGH>,
137 standby-gpios = <&gpio 24 GPIO_ACTIVE_LOW>;
138 adi,sw-mode;