1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/iio/potentiostat/ti,lmp91000.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments LMP91000 series of potentiostats with I2C control
10 - Matt Ranostay <matt.ranostay@konsulko.com>
13 Typically used as a signal conditioner for chemical sensors.
14 LMP91000: https://www.ti.com/lit/ds/symlink/lmp91000.pdf
15 LMP91002: https://www.ti.com/lit/ds/symlink/lmp91002.pdf
29 ti,external-tia-resistor:
30 $ref: /schemas/types.yaml#/definitions/flag
32 If the property ti,tia-gain-ohm is not defined this needs to be set to
33 signal that an external resistor value is being used.
36 $ref: /schemas/types.yaml#/definitions/uint32
37 enum: [2750, 3500, 7000, 14000, 35000, 120000, 350000]
39 Internal resistor for the transimpedance amplifier.
42 $ref: /schemas/types.yaml#/definitions/uint32
43 enum: [10, 33, 50, 100]
45 Internal resistor load applied to the gas sensor.
53 additionalProperties: false
61 compatible = "ti,lmp91000";
63 ti,tia-gain-ohm = <7000>;