Skip to content

Commit b7eec14

Browse files
Michael Steckleinjic23
authored andcommitted
dt-bindings: iio: humidity: add bindings for HDC100x sensors
Add the bindings for the family of HDC100x sensors. Signed-off-by: Michael Stecklein <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent e9deb28 commit b7eec14

File tree

1 file changed

+17
-0
lines changed
  • Documentation/devicetree/bindings/iio/humidity

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
* HDC100x temperature + humidity sensors
2+
3+
Required properties:
4+
- compatible: Should contain one of the following:
5+
ti,hdc1000
6+
ti,hdc1008
7+
ti,hdc1010
8+
ti,hdc1050
9+
ti,hdc1080
10+
- reg: i2c address of the sensor
11+
12+
Example:
13+
14+
hdc100x@40 {
15+
compatible = "ti,hdc1000";
16+
reg = <0x40>;
17+
};

0 commit comments

Comments
 (0)