File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Documentation/devicetree/bindings/iio/dac Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,23 @@ properties:
19
19
spi-max-frequency :
20
20
maximum : 50000000
21
21
22
+ reset-gpios : true
23
+
22
24
adi,range-microvolt :
23
25
description : Voltage output range <min, max> in microvolts
24
26
oneOf :
25
27
- items :
26
28
- const : -10500000
27
29
- const : 10500000
30
+ - items :
31
+ - const : -12600000
32
+ - const : 12600000
28
33
29
34
adi,range-microamp :
30
35
description : Current output range <min, max> in microamps
31
- oneOf :
32
- - items :
33
- - const : 0
34
- - const : 24000
36
+ - items :
37
+ - const : 0
38
+ - const : 24000
35
39
36
40
adi,slew-time-us :
37
41
description : Output digital slew control time in microseconds
@@ -61,6 +65,7 @@ examples:
61
65
compatible = "adi,ad5413";
62
66
reg = <0>;
63
67
spi-max-frequency = <1000000>;
68
+ reset-gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
64
69
adi,range-microvolt = <(-10500000) 10500000>;
65
70
adi,slew-time-us = <125>;
66
71
};
You can’t perform that action at this time.
0 commit comments