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
gro: Allow tunnel stacking in the case of FOU/GUE
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
w1
/
omap-hdq.txt
blob
fef794741bd1d8e7decd008858dc3b485010d3b2
1
* OMAP HDQ One wire bus master controller
2
3
Required properties:
4
- compatible : should be "ti,omap3-1w"
5
- reg : Address and length of the register set for the device
6
- interrupts : interrupt line.
7
- ti,hwmods : "hdq1w"
8
9
Example:
10
11
- From omap3.dtsi
12
hdqw1w: 1w@480b2000 {
13
compatible = "ti,omap3-1w";
14
reg = <0x480b2000 0x1000>;
15
interrupts = <58>;
16
ti,hwmods = "hdq1w";
17
};