Merge tag 'gfs2-4.11.addendum' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / iio / potentiostat / lmp91000.txt
1 * Texas Instruments LMP91000 potentiostat
2
3 http://www.ti.com/lit/ds/symlink/lmp91000.pdf
4
5 Required properties:
6
7   - compatible: should be "ti,lmp91000"
8   - reg: the I2C address of the device
9   - io-channels: the phandle of the iio provider
10
11   - ti,external-tia-resistor: if the property ti,tia-gain-ohm is not defined this
12     needs to be set to signal that an external resistor value is being used.
13
14 Optional properties:
15
16   - ti,tia-gain-ohm: ohm value of the internal resistor for the transimpedance
17     amplifier. Must be 2750, 3500, 7000, 14000, 35000, 120000, or 350000 ohms.
18
19   - ti,rload-ohm: ohm value of the internal resistor load applied to the gas
20     sensor. Must be 10, 33, 50, or 100 (default) ohms.
21
22 Example:
23
24 lmp91000@48 {
25         compatible = "ti,lmp91000";
26         reg = <0x48>;
27         ti,tia-gain-ohm = <7500>;
28         ti,rload = <100>;
29         io-channels = <&adc>;
30 };