1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/iio/humidity/st,hts221.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: HTS221 STM humidity + temperature sensor
10 - Lorenzo Bianconi <lorenzo@kernel.org>
13 Humidity and temperature sensor with I2C interface and data ready
26 The interrupt/data ready line will be configured as open drain, which
27 is useful if several sensors share the same interrupt line.
38 additionalProperties: false
42 #include <dt-bindings/interrupt-controller/irq.h>
48 compatible = "st,hts221";
50 interrupt-parent = <&gpio0>;
51 interrupts = <0 IRQ_TYPE_EDGE_RISING>;