Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / hwmon / hih6130.txt
blob2c43837af4c2328b537357f9685a34d316cd73fc
1 Honeywell Humidicon HIH-6130 humidity/temperature sensor
2 --------------------------------------------------------
4 Requires node properties:
5 - compatible : "honeywell,hi6130"
6 - reg : the I2C address of the device. This is 0x27.
8 Example:
9         hih6130@27 {
10                 compatible = "honeywell,hih6130";
11                 reg = <0x27>;
12         };