sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / rng / brcm,bcm2835.txt
blob26542690b5789689d8ab7a41b4dfb487f6db33c9
1 BCM2835 Random number generator
3 Required properties:
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.
9 Example:
11 rng {
12         compatible = "brcm,bcm2835-rng";
13         reg = <0x7e104000 0x10>;
16 rng@18033000 {
17         compatible = "brcm,bcm-nsp-rng";
18         reg = <0x18033000 0x14>;