Lines Matching +full:3 +full:- +full:channel
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Mircea Caprioru <mircea.caprioru@analog.com>
16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD5770R.pdf
21 - adi,ad5770r
26 avdd-supply:
31 iovdd-supply:
35 vref-supply:
41 adi,external-resistor:
47 reset-gpios:
52 spi-max-frequency: true
54 '#address-cells':
57 '#size-cells':
60 channel@0:
61 description: Represents an external channel which are
62 connected to the DAC. Channel 0 can act both as a current
68 description: This represents the channel number.
71 adi,range-microamp:
72 description: Output range of the channel.
74 - items:
75 - const: 0
76 - const: 300000
77 - items:
78 - const: -60000
79 - const: 0
80 - items:
81 - const: -60000
82 - const: 300000
84 channel@1:
85 description: Represents an external channel which are
91 description: This represents the channel number.
94 adi,range-microamp:
95 description: Output range of the channel.
97 - const: 0
98 - enum: [140000, 250000]
100 channel@2:
101 description: Represents an external channel which are
107 description: This represents the channel number.
110 adi,range-microamp:
111 description: Output range of the channel.
113 - const: 0
114 - enum: [55000, 150000]
117 "^channel@([3-5])$":
122 description: This represents the channel number.
123 minimum: 3
126 adi,range-microamp:
127 description: Output range of the channel.
129 - const: 0
130 - enum: [45000, 100000]
133 - reg
134 - channel@0
135 - channel@1
136 - channel@2
137 - channel@3
138 - channel@4
139 - channel@5
144 - |
146 #address-cells = <1>;
147 #size-cells = <0>;
152 spi-max-frequency = <1000000>;
153 vref-supply = <&vref>;
154 adi,external-resistor;
155 reset-gpios = <&gpio 22 0>;
156 #address-cells = <1>;
157 #size-cells = <0>;
159 channel@0 {
161 adi,range-microamp = <0 300000>;
164 channel@1 {
166 adi,range-microamp = <0 140000>;
169 channel@2 {
171 adi,range-microamp = <0 55000>;
174 channel@3 {
175 reg = <3>;
176 adi,range-microamp = <0 45000>;
179 channel@4 {
181 adi,range-microamp = <0 45000>;
184 channel@5 {
186 adi,range-microamp = <0 45000>;