WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / hwmon / sht15.txt
blob6a80277cc426911f9232647dd2e6b46fe6ed8610
1 Sensirion SHT15 Humidity and Temperature Sensor
3 Required properties:
5  - "compatible": must be "sensirion,sht15".
6  - "data-gpios": GPIO connected to the data line.
7  - "clk-gpios": GPIO connected to the clock line.
8  - "vcc-supply": regulator that drives the VCC pin.
10 Example:
12         sensor {
13                 pinctrl-names = "default";
14                 pinctrl-0 = <&pinctrl_sensor>;
15                 compatible = "sensirion,sht15";
16                 clk-gpios = <&gpio4 12 0>;
17                 data-gpios = <&gpio4 13 0>;
18                 vcc-supply = <&reg_sht15>;
19         };