Path: blob/master/Documentation/devicetree/bindings/iio/potentiostat/ti,lmp91000.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/potentiostat/ti,lmp91000.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Texas Instruments LMP91000 series of potentiostats with I2C control78maintainers:9- Matt Ranostay <matt.ranostay@konsulko.com>1011description: |12Typically used as a signal conditioner for chemical sensors.13LMP91000: https://www.ti.com/lit/ds/symlink/lmp91000.pdf14LMP91002: https://www.ti.com/lit/ds/symlink/lmp91002.pdf1516properties:17compatible:18enum:19- ti,lmp9100020- ti,lmp910022122reg:23maxItems: 12425io-channels:26maxItems: 12728ti,external-tia-resistor:29$ref: /schemas/types.yaml#/definitions/flag30description:31If the property ti,tia-gain-ohm is not defined this needs to be set to32signal that an external resistor value is being used.3334ti,tia-gain-ohm:35$ref: /schemas/types.yaml#/definitions/uint3236enum: [2750, 3500, 7000, 14000, 35000, 120000, 350000]37description:38Internal resistor for the transimpedance amplifier.3940ti,rload-ohm:41$ref: /schemas/types.yaml#/definitions/uint3242enum: [10, 33, 50, 100]43description:44Internal resistor load applied to the gas sensor.45Default 100 Ohms.4647required:48- compatible49- reg50- io-channels5152additionalProperties: false5354examples:55- |56i2c {57#address-cells = <1>;58#size-cells = <0>;59lmp91000@48 {60compatible = "ti,lmp91000";61reg = <0x48>;62ti,tia-gain-ohm = <7000>;63ti,rload-ohm = <100>;64io-channels = <&adc>;65};66};67...686970