kernel/Documentation/devicetree/bindings/iio/dac/ad5758.txt
.. .. @@ -50,6 +50,9 @@ 50 50 51 51 Optional properties: 52 52 53 + - reset-gpios : GPIO spec for the RESET pin. If specified, it will be54 + asserted during driver probe.55 +53 56 - adi,dc-dc-ilim-microamp: The dc-to-dc converter current limit 54 57 The following values are currently supported [uA]: 55 58 * 150000 .. .. @@ -71,6 +74,8 @@ 71 74 spi-max-frequency = <1000000>; 72 75 spi-cpha; 73 76 77 + reset-gpios = <&gpio 22 0>;78 +74 79 adi,dc-dc-mode = <2>; 75 80 adi,range-microvolt = <0 10000000>; 76 81 adi,dc-dc-ilim-microamp = <200000>;