Merge remote-tracking branch 'rockchip/for-next'
[deliverable/linux.git] / Documentation / devicetree / bindings / rng / brcm,bcm2835.txt
CommitLineData
8c4196a2
LR
1BCM2835 Random number generator
2
3Required properties:
4
ab177875
FF
5- compatible : should be "brcm,bcm2835-rng" or "brcm,bcm-nsp-rng" or
6 "brcm,bcm5301x-rng"
8c4196a2
LR
7- reg : Specifies base physical address and size of the registers.
8
9Example:
10
11rng {
12 compatible = "brcm,bcm2835-rng";
13 reg = <0x7e104000 0x10>;
14};
f8e4f9a0
YRDR
15
16rng@18033000 {
17 compatible = "brcm,bcm-nsp-rng";
18 reg = <0x18033000 0x14>;
19};
This page took 0.180881 seconds and 5 git commands to generate.