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
IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
rng
/
brcm,bcm2835.txt
blob
07ccdaa68324a76bd443173260186c91fcae2643
1
BCM2835 Random number generator
2
3
Required properties:
4
5
- compatible : should be "brcm,bcm2835-rng"
6
- reg : Specifies base physical address and size of the registers.
7
8
Example:
9
10
rng {
11
compatible = "brcm,bcm2835-rng";
12
reg = <0x7e104000 0x10>;
13
};