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: [sensor-device.yaml, i2c-device.yaml]
9
10properties:
11  drdy-gpios:
12    type: phandle-array
13    description: Data ready pin.
14
15      The DRDYn pin of HDC sensor is open-drain, active low.
16      If connected directly the MCU pin should be configured
17      as pull-up, active low.
18