Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / Documentation / devicetree / bindings / rng / brcm,bcm2835.txt
1 BCM2835 Random number generator
2
3 Required properties:
4
5 - compatible : should be "brcm,bcm2835-rng"  or "brcm,bcm-nsp-rng" or
6   "brcm,bcm5301x-rng"
7 - reg : Specifies base physical address and size of the registers.
8
9 Example:
10
11 rng {
12         compatible = "brcm,bcm2835-rng";
13         reg = <0x7e104000 0x10>;
14 };
15
16 rng@18033000 {
17         compatible = "brcm,bcm-nsp-rng";
18         reg = <0x18033000 0x14>;
19 };