1# Copyright (c) 2017, Linaro Limited
2# SPDX-License-Identifier: Apache-2.0
3
4description: STMicroelectronics HTS221 humidity and temperature sensor
5
6compatible: "st,hts221"
7
8include: i2c-device.yaml
9
10properties:
11    drdy-gpios:
12      type: phandle-array
13      required: false
14      description: DRDY pin
15
16        This pin defaults to active high when produced by the sensor.
17        The property value should ensure the flags properly describe
18        the signal that is presented to the driver.
19