Lines Matching +full:channel +full:- +full:1

1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Alexandru Tachici <alexandru.tachici@analog.com>
16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD5770R.pdf
21 - adi,ad5770r
24 maxItems: 1
26 avdd-supply:
31 iovdd-supply:
35 vref-supply:
41 adi,external-resistor:
47 reset-gpios:
50 maxItems: 1
52 '#address-cells':
53 const: 1
55 '#size-cells':
58 channel@0:
59 description: Represents an external channel which are
60 connected to the DAC. Channel 0 can act both as a current
67 description: This represents the channel number.
70 adi,range-microamp:
71 description: Output range of the channel.
73 - items:
74 - const: 0
75 - const: 300000
76 - items:
77 - const: -60000
78 - const: 0
79 - items:
80 - const: -60000
81 - const: 300000
83 channel@1:
84 description: Represents an external channel which are
91 description: This represents the channel number.
92 const: 1
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
108 description: This represents the channel number.
111 adi,range-microamp:
112 description: Output range of the channel.
114 - const: 0
115 - enum: [55000, 150000]
118 "^channel@([3-5])$":
124 description: This represents the channel number.
128 adi,range-microamp:
129 description: Output range of the channel.
131 - const: 0
132 - enum: [45000, 100000]
135 - reg
136 - channel@0
137 - channel@1
138 - channel@2
139 - channel@3
140 - channel@4
141 - channel@5
144 - $ref: /schemas/spi/spi-peripheral-props.yaml#
149 - |
151 #address-cells = <1>;
152 #size-cells = <0>;
157 spi-max-frequency = <1000000>;
158 vref-supply = <&vref>;
159 adi,external-resistor;
160 reset-gpios = <&gpio 22 0>;
161 #address-cells = <1>;
162 #size-cells = <0>;
164 channel@0 {
166 adi,range-microamp = <0 300000>;
169 channel@1 {
170 reg = <1>;
171 adi,range-microamp = <0 140000>;
174 channel@2 {
176 adi,range-microamp = <0 55000>;
179 channel@3 {
181 adi,range-microamp = <0 45000>;
184 channel@4 {
186 adi,range-microamp = <0 45000>;
189 channel@5 {
191 adi,range-microamp = <0 45000>;