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
WIP FPC-III support
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
rng
/
hisi-rng.txt
blob
d04d55a6c2f591ac1b33069b4bc8e24294da69b0
1
Hisilicon Random Number Generator
2
3
Required properties:
4
- compatible : Should be "hisilicon,hip04-rng" or "hisilicon,hip05-rng"
5
- reg : Offset and length of the register set of this block
6
7
Example:
8
9
rng@d1010000 {
10
compatible = "hisilicon,hip05-rng";
11
reg = <0xd1010000 0x100>;
12
};