Path: blob/master/Documentation/devicetree/bindings/iio/humidity/dht11.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/humidity/dht11.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: DHT11 humidity + temperature sensor78maintainers:9- Harald Geyer <harald@ccbib.org>1011description: |12A simple and low cost module providing a non standard single GPIO based13interface. It is believed the part is made by aosong but don't have14absolute confirmation of this, or what the aosong part number is.1516properties:17compatible:18const: dht111920reg:21maxItems: 12223gpios:24maxItems: 125description:26Single, interrupt capable, GPIO used to communicate with the device.2728required:29- compatible30- gpios3132additionalProperties: false3334examples:35- |36humidity-sensor {37compatible = "dht11";38gpios = <&gpio0 6 0>;39};40...414243