Lines Matching +full:avdd +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Michael Hennerich <michael.hennerich@analog.com>
16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7192.pdf
21 - adi,ad7190
22 - adi,ad7192
23 - adi,ad7193
24 - adi,ad7195
29 spi-cpol: true
31 spi-cpha: true
33 spi-max-frequency: true
39 clock-names:
41 - const: mclk
46 dvdd-supply:
47 description: DVdd voltage supply
49 avdd-supply:
50 description: AVdd voltage supply
52 adi,rejection-60-Hz-enable:
60 adi,refin2-pins-enable:
65 adi,buffer-enable:
74 adi,burnout-currents-enable:
87 - compatible
88 - reg
89 - clocks
90 - clock-names
91 - interrupts
92 - dvdd-supply
93 - avdd-supply
94 - spi-cpol
95 - spi-cpha
100 - |
102 #address-cells = <1>;
103 #size-cells = <0>;
108 spi-max-frequency = <1000000>;
109 spi-cpol;
110 spi-cpha;
112 clock-names = "mclk";
114 interrupt-parent = <&gpio>;
115 dvdd-supply = <&dvdd>;
116 avdd-supply = <&avdd>;
118 adi,refin2-pins-enable;
119 adi,rejection-60-Hz-enable;
120 adi,buffer-enable;
121 adi,burnout-currents-enable;