zephyr/dts/bindings/sensor/ti,hdc.yaml
Fabio Baltieri eb0a524972 yamllint: indentation: fix dts/bindings/
Fix the YAML files indentation for files in dts/bindings/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

18 lines
470 B
YAML

# Copyright (c) 2018, Phytec Messtechnik GmbH
# SPDX-License-Identifier: Apache-2.0
description: Texas Instruments temperature and humidity sensor (e.g. HDC1008)
compatible: "ti,hdc"
include: [sensor-device.yaml, i2c-device.yaml]
properties:
drdy-gpios:
type: phandle-array
description: Data ready pin.
The DRDYn pin of HDC sensor is open-drain, active low.
If connected directly the MCU pin should be configured
as pull-up, active low.