Lines Matching +full:dvdd +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
37 clock-names:
39 - const: mclk
44 dvdd-supply:
45 description: DVdd voltage supply
47 avdd-supply:
48 description: AVdd voltage supply
50 adi,rejection-60-Hz-enable:
58 adi,refin2-pins-enable:
63 adi,buffer-enable:
72 adi,burnout-currents-enable:
85 - compatible
86 - reg
87 - clocks
88 - clock-names
89 - interrupts
90 - dvdd-supply
91 - avdd-supply
92 - spi-cpol
93 - spi-cpha
96 - $ref: /schemas/spi/spi-peripheral-props.yaml#
101 - |
103 #address-cells = <1>;
104 #size-cells = <0>;
109 spi-max-frequency = <1000000>;
110 spi-cpol;
111 spi-cpha;
113 clock-names = "mclk";
115 interrupt-parent = <&gpio>;
116 dvdd-supply = <&dvdd>;
117 avdd-supply = <&avdd>;
119 adi,refin2-pins-enable;
120 adi,rejection-60-Hz-enable;
121 adi,buffer-enable;
122 adi,burnout-currents-enable;