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:
1919 spi-max-frequency :
2020 maximum : 50000000
2121
22+ reset-gpios : true
23+
2224 adi,range-microvolt :
2325 description : Voltage output range <min, max> in microvolts
2426 oneOf :
2527 - items :
2628 - const : -10500000
2729 - const : 10500000
30+ - items :
31+ - const : -12600000
32+ - const : 12600000
2833
2934 adi,range-microamp :
3035 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
3539
3640 adi,slew-time-us :
3741 description : Output digital slew control time in microseconds
@@ -61,6 +65,7 @@ examples:
6165 compatible = "adi,ad5413";
6266 reg = <0>;
6367 spi-max-frequency = <1000000>;
68+ reset-gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
6469 adi,range-microvolt = <(-10500000) 10500000>;
6570 adi,slew-time-us = <125>;
6671 };
You can’t perform that action at this time.
0 commit comments