Lines Matching +full:ilim +full:- +full:ma
4 - compatible: Must be "adi,ad5758"
5 - reg: SPI chip select number for the device
6 - spi-max-frequency: Max SPI frequency to use (< 50000000)
7 - spi-cpha: is the only mode that is supported
11 - adi,dc-dc-mode: Mode of operation of the dc-to-dc converter
19 In this mode, the VDPC+ voltage is user-programmable to
36 - adi,range-microvolt: Voltage output range
40 * <(-5000000) 5000000>: ±5 V voltage range
41 * <(-10000000) 10000000>: ±10 V voltage range
42 - adi,range-microamp: Current output range
44 * <0 20000>: 0 mA to 20 mA current range
45 * <0 24000>: 0 mA to 24 mA current range
46 * <4 24000>: 4 mA to 20 mA current range
47 * <(-20000) 20000>: ±20 mA current range
48 * <(-24000) 24000>: ±24 mA current range
49 * <(-1000) 22000>: −1 mA to +22 mA current range
53 - reset-gpios : GPIO spec for the RESET pin. If specified, it will be
56 - adi,dc-dc-ilim-microamp: The dc-to-dc converter current limit
65 - adi,slew-time-us: The time it takes for the output to reach the
74 spi-max-frequency = <1000000>;
75 spi-cpha;
77 reset-gpios = <&gpio 22 0>;
79 adi,dc-dc-mode = <2>;
80 adi,range-microvolt = <0 10000000>;
81 adi,dc-dc-ilim-microamp = <200000>;
82 adi,slew-time-us = <125000>;