repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
iio
/
humidity
/
dht11.txt
blob
ecc24c199fd609f86e11e7098ea1e0483cf49ebf
1
* DHT11 humidity/temperature sensor (and compatibles like DHT22)
2
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.
8
9
Example:
10
11
humidity_sensor {
12
compatible = "dht11";
13
gpios = <&gpio0 6 0>;
14
}