Lines Matching +full:full +full:- +full:scale
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Nuno Sá <nuno.sa@analog.com>
13 Analog Devices LTC2688 16 channel, 16 bit, +-15V DAC
14 https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2688.pdf
19 - adi,ltc2688
24 vcc-supply:
27 iovcc-supply:
30 vref-supply:
32 Reference Input/Output. The voltage at the REF pin sets the full-scale
36 clr-gpios:
42 '#address-cells':
45 '#size-cells':
49 "^channel@([0-9]|1[0-5])$":
58 adi,toggle-mode:
65 adi,output-range-microvolt:
66 description: Specify the channel output full scale range.
68 - items:
69 - const: 0
70 - enum: [5000000, 10000000]
71 - items:
72 - const: -5000000
73 - const: 5000000
74 - items:
75 - const: -10000000
76 - const: 10000000
77 - items:
78 - const: -15000000
79 - const: 15000000
82 description: Enable 5% overrange over the selected full scale range.
88 adi,toggle-dither-input:
92 @adi,toggle-mode is not set and this property is given, the channel is
97 0 - TGP1
98 1 - TGP2
99 2 - TGP3
104 adi,toggle-dither-input: [ clocks ]
107 - reg
110 - compatible
111 - reg
116 - |
119 #address-cells = <1>;
120 #size-cells = <0>;
125 vcc-supply = <&vcc>;
126 iovcc-supply = <&vcc>;
127 vref-supply = <&vref>;
129 #address-cells = <1>;
130 #size-cells = <0>;
133 adi,toggle-mode;
139 adi,output-range-microvolt = <0 10000000>;
142 adi,toggle-dither-input = <2>;