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
Merge tag 'powerpc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
rng
/
brcm,iproc-rng200.txt
blob
e25a456664b919c5317df407181df43bd61dd1ea
1
HWRNG support for the iproc-rng200 driver
2
3
Required properties:
4
- compatible : "brcm,iproc-rng200"
5
- reg : base address and size of control register block
6
7
Example:
8
9
rng {
10
compatible = "brcm,iproc-rng200";
11
reg = <0x18032000 0x28>;
12
};