1# Copyright (c) 2021, Aurelien Jarno 2# SPDX-License-Identifier: Apache-2.0 3 4description: Texas Instruments HDC20XX Temperature and Humidity Sensor 5 6include: [sensor-device.yaml, i2c-device.yaml] 7 8properties: 9 int-gpios: 10 type: phandle-array 11 description: DRDY/INT pin. 12 13 The DRDY/INT pin of HDC20xx sensor is open-drain, active low. If 14 connected directly the MCU pin should be configured as pull-up 15 as pull-up, active low. 16