1# Copyright (c) 2018, Phytec Messtechnik GmbH
2# SPDX-License-Identifier: Apache-2.0
3
4description: Texas Instruments temperature and humidity sensor (e.g. HDC1008)
5
6compatible: "ti,hdc"
7
8include: i2c-device.yaml
9
10properties:
11    drdy-gpios:
12      type: phandle-array
13      required: false
14      description: Data ready pin.
15
16        The DRDYn pin of HDC sensor is open-drain, active low.
17        If connected directly the MCU pin should be configured
18        as pull-up, active low.
19