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
ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
rng
/
nuvoton,npcm-rng.txt
blob
65c04172fc8c316a7bd8381031a083f29c01e9eb
1
NPCM SoC Random Number Generator
2
3
Required properties:
4
- compatible : "nuvoton,npcm750-rng" for the NPCM7XX BMC.
5
- reg : Specifies physical base address and size of the registers.
6
7
Example:
8
9
rng: rng@f000b000 {
10
compatible = "nuvoton,npcm750-rng";
11
reg = <0xf000b000 0x8>;
12
};