Lines Matching +full:channel +full:- +full:10
1 * Analog Devices AD5755 IIO Multi-Channel DAC Linux Driver
4 - compatible: Has to contain one of the following:
6 adi,ad5755-1
11 - reg: spi chip select number for the device
12 - spi-cpha or spi-cpol: is the only modes that is supported
15 - spi-max-frequency: Definition as per
16 Documentation/devicetree/bindings/spi/spi-bus.txt
19 See include/dt-bindings/iio/ad5755.h
20 - adi,ext-dc-dc-compenstation-resistor: boolean set if the hardware have an
23 - adi,dc-dc-phase:
25 0: All dc-to-dc converters clock on the same edge.
26 1: Channel A and Channel B clock on the same edge,
27 Channel C and Channel D clock on opposite edges.
28 2: Channel A and Channel C clock on the same edge,
29 Channel B and Channel D clock on opposite edges.
30 3: Channel A, Channel B, Channel C, and Channel D
32 - adi,dc-dc-freq-hz:
37 - adi,dc-dc-max-microvolt:
39 the dc-to-dc converter is:
45 Optional for every channel:
46 - adi,mode:
49 1: 0 V to 10 V voltage range.
51 3: Plus minus 10 V voltage range.
55 - adi,ext-current-sense-resistor: boolean set if the hardware a external
57 - adi,enable-voltage-overrange: boolean enable voltage overrange
58 - adi,slew: Array of slewrate settings should contain 3 fields:
91 #address-cells = <1>;
92 #size-cells = <0>;
95 spi-max-frequency = <1000000>;
96 spi-cpha;
97 adi,dc-dc-phase = <0>;
98 adi,dc-dc-freq-hz = <410000>;
99 adi,dc-dc-max-microvolt = <23000000>;
100 channel@0 {
103 adi,ext-current-sense-resistor;
106 channel@1 {
109 adi,ext-current-sense-resistor;
112 channel@2 {
115 adi,ext-current-sense-resistor;
118 channel@3 {
121 adi,ext-current-sense-resistor;