Path: blob/master/Documentation/devicetree/bindings/iio/humidity/ti,hdc2010.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/humidity/ti,hdc2010.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: HDC2010/HDC2080 humidity and temperature iio sensors78maintainers:9- Eugene Zaikonnikov <ez@norophonic.com>1011description: |12Relative humidity and temperature sensors on I2C bus1314Datasheets are available at:15http://www.ti.com/product/HDC2010/datasheet16http://www.ti.com/product/HDC2080/datasheet1718properties:19compatible:20enum:21- ti,hdc201022- ti,hdc20802324vdd-supply: true2526reg:27maxItems: 12829interrupts:30maxItems: 13132required:33- compatible34- reg3536additionalProperties: false3738examples:39- |40i2c {41#address-cells = <1>;42#size-cells = <0>;4344humidity@40 {45compatible = "ti,hdc2010";46reg = <0x40>;47};48};495051