summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/hwmon/sht3x.txt
blob: e5432743660561d44872951e6dc4c6b4a72b0d8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Sensirion SHT3x Humidity and Temperature Sensor

Required node properties:
- compatible: "sensirion,sht3x" or "sensirion,sts3x"
- reg: I2C bus address of the device

Optional properties:
- sensirion,blocking-io: enable blocking mode on i2c
- sensirion,no-high-precision: disable high accuracy

Example sht3x node:

sensor {
	compatible = "sensirion,sht3x";
	reg = <0x4a>;
}