Lines Matching +full:vcc +full:- +full:max +full:- +full:microamp

1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Mariel Tinaco <[email protected]>
15 Arbitrary Waveform Generator with Integrated 14-Bit High Speed DAC
16 https://www.analog.com/media/en/technical-documentation/data-sheets/ad8460.pdf
21 - adi,ad8460
32 dma-names:
34 - const: tx
36 spi-max-frequency:
39 hvcc-supply:
42 hvee-supply:
45 vcc-5v-supply:
48 vref-5v-supply:
51 dvdd-3p3v-supply:
54 avdd-3p3v-supply:
57 refio-1p2v-supply:
61 adi,external-resistor-ohms:
68 adi,range-microvolt:
71 - minimum: -55000000
74 - minimum: 0
78 adi,range-microamp:
81 - minimum: -1000000
84 - minimum: 0
88 adi,max-millicelsius:
94 shutdown-reset-gpios:
99 reset-gpios:
104 shutdown-gpios:
111 - compatible
112 - reg
113 - clocks
114 - hvcc-supply
115 - hvee-supply
116 - vcc-5v-supply
117 - vref-5v-supply
118 - dvdd-3p3v-supply
119 - avdd-3p3v-supply
120 - refio-1p2v-supply
123 - $ref: /schemas/spi/spi-peripheral-props.yaml#
128 - |
129 #include <dt-bindings/gpio/gpio.h>
132 #address-cells = <1>;
133 #size-cells = <0>;
138 spi-max-frequency = <8000000>;
141 dma-names = "tx";
143 shutdown-reset-gpios = <&gpio 86 GPIO_ACTIVE_HIGH>;
144 reset-gpios = <&gpio 91 GPIO_ACTIVE_LOW>;
145 shutdown-gpios = <&gpio 88 GPIO_ACTIVE_HIGH>;
149 hvcc-supply = <&hvcc>;
150 hvee-supply = <&hvee>;
151 vcc-5v-supply = <&vcc_5>;
152 vref-5v-supply = <&vref_5>;
153 dvdd-3p3v-supply = <&dvdd_3_3>;
154 avdd-3p3v-supply = <&avdd_3_3>;
155 refio-1p2v-supply = <&refio_1_2>;
157 adi,external-resistor-ohms = <2000>;
158 adi,range-microvolt = <(-40000000) 40000000>;
159 adi,range-microamp = <0 50000>;
160 adi,max-millicelsius = <50000>;