sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / humidity / dht11.txt
blobecc24c199fd609f86e11e7098ea1e0483cf49ebf
1 * DHT11 humidity/temperature sensor (and compatibles like DHT22)
3 Required properties:
4   - compatible: Should be "dht11"
5   - gpios: Should specify the GPIO connected to the sensor's data
6     line, see "gpios property" in
7     Documentation/devicetree/bindings/gpio/gpio.txt.
9 Example:
11 humidity_sensor {
12         compatible = "dht11";
13         gpios = <&gpio0 6 0>;