18c2ecf20Sopenharmony_ci* DHT11 humidity/temperature sensor (and compatibles like DHT22)
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci  - compatible: Should be "dht11"
58c2ecf20Sopenharmony_ci  - gpios: Should specify the GPIO connected to the sensor's data
68c2ecf20Sopenharmony_ci    line, see "gpios property" in
78c2ecf20Sopenharmony_ci    Documentation/devicetree/bindings/gpio/gpio.txt.
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciExample:
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_cihumidity_sensor {
128c2ecf20Sopenharmony_ci	compatible = "dht11";
138c2ecf20Sopenharmony_ci	gpios = <&gpio0 6 0>;
148c2ecf20Sopenharmony_ci}
15