1 * Texas Instruments LMP91000 potentiostat
3 http://www.ti.com/lit/ds/symlink/lmp91000.pdf
7 - compatible: should be "ti,lmp91000"
8 - reg: the I2C address of the device
9 - io-channels: the phandle of the iio provider
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.
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.
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.
25 compatible = "ti,lmp91000";
27 ti,tia-gain-ohm = <7500>;