Lines Matching +full:avcc +full:- +full:supply
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Beniamin Bia <beniamin.bia@analog.com>
11 - Stefan Popa <stefan.popa@analog.com>
15 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606_7606-6_7606-4.pdf
16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7606B.pdf
17 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7616.pdf
22 - adi,ad7605-4
23 - adi,ad7606-8
24 - adi,ad7606-6
25 - adi,ad7606-4
26 - adi,ad7606b
27 - adi,ad7616
32 spi-cpha: true
34 spi-cpol: true
36 spi-max-frequency: true
38 avcc-supply: true
43 adi,conversion-start-gpios:
51 reset-gpios:
58 standby-gpios:
61 to place the AD7606 into one of two power-down modes, Standby mode or
66 adi,first-data-gpios:
74 adi,range-gpios:
84 adi,oversampling-ratio-gpios:
86 Must be the device tree identifier of the over-sampling
91 adi,sw-mode:
96 adi,oversampling-ratio-gpios property is defined, then the driver will set the
102 - compatible
103 - reg
104 - spi-cpha
105 - avcc-supply
106 - interrupts
107 - adi,conversion-start-gpios
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;