Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7eec147 authored by Michael Stecklein's avatar Michael Stecklein Committed by Jonathan Cameron
Browse files

dt-bindings: iio: humidity: add bindings for HDC100x sensors



Add the bindings for the family of HDC100x sensors.

Signed-off-by: default avatarMichael Stecklein <m-stecklein@ti.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent e9deb286
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
* HDC100x temperature + humidity sensors

Required properties:
  - compatible: Should contain one of the following:
	ti,hdc1000
	ti,hdc1008
	ti,hdc1010
	ti,hdc1050
	ti,hdc1080
  - reg: i2c address of the sensor

Example:

hdc100x@40 {
	compatible = "ti,hdc1000";
	reg = <0x40>;
};