Skip to content

Commit d771574

Browse files
committed
dt-bindings: iio: addac: add shunt-resistor-ohms
1 parent 6904726 commit d771574

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/devicetree/bindings/iio/addac/adi,ad7294.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ properties:
4444
vdrive-supply:
4545
description: Logic power supply (2.7V to 5.5V).
4646

47+
shunt-resistor-ohms:
48+
$ref: /schemas/types.yaml#/definitions/int32-array
49+
maxItems: 2
50+
description: Resistance for RS1 and RS2 in ohms
51+
4752
required:
4853
- compatible
4954
- reg
@@ -69,5 +74,6 @@ examples:
6974
dac-vref-supply = <&dac_vref>;
7075
avdd-supply = <&avdd>;
7176
vdrive-supply = <&vdrive>;
77+
shunt-resistor-ohms = <1000 1000>;
7278
};
7379
};

0 commit comments

Comments
 (0)