Path: blob/main/sys/contrib/device-tree/Bindings/iio/potentiostat/lmp91000.txt
48524 views
* Texas Instruments LMP91000 series of potentiostats12LMP91000: https://www.ti.com/lit/ds/symlink/lmp91000.pdf3LMP91002: https://www.ti.com/lit/ds/symlink/lmp91002.pdf45Required properties:67- compatible: should be one of the following:8"ti,lmp91000"9"ti,lmp91002"10- reg: the I2C address of the device11- io-channels: the phandle of the iio provider1213- ti,external-tia-resistor: if the property ti,tia-gain-ohm is not defined this14needs to be set to signal that an external resistor value is being used.1516Optional properties:1718- ti,tia-gain-ohm: ohm value of the internal resistor for the transimpedance19amplifier. Must be 2750, 3500, 7000, 14000, 35000, 120000, or 350000 ohms.2021- ti,rload-ohm: ohm value of the internal resistor load applied to the gas22sensor. Must be 10, 33, 50, or 100 (default) ohms.2324Example:2526lmp91000@48 {27compatible = "ti,lmp91000";28reg = <0x48>;29ti,tia-gain-ohm = <7500>;30ti,rload = <100>;31io-channels = <&adc>;32};333435