1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 $id: http://devicetree.org/schemas/hwmon/sensirion,shtc1.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Sensirion SHTC1 Humidity and Temperature Sensor IC
10 - Christopher Ruehl chris.ruehl@gtsys.com.hk
13 The SHTC1, SHTW1 and SHTC3 are digital humidity and temperature sensor
14 designed especially for battery-driven high-volume consumer electronics
16 For further information refere to Documentation/hwmon/shtc1.rst
18 This binding document describes the binding for the hardware monitor
19 portion of the driver.
31 sensirion,blocking-io:
32 $ref: /schemas/types.yaml#/definitions/flag
34 If set, the driver hold the i2c bus until measurement is finished.
36 sensirion,low-precision:
37 $ref: /schemas/types.yaml#/definitions/flag
39 If set, the sensor aquire data with low precision (not recommended).
40 The driver aquire data with high precision by default.
46 additionalProperties: false
53 clock-frequency = <400000>;
56 compatible = "sensirion,shtc3";
58 sensirion,blocking-io;