Merge tag 'powerpc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / rng / brcm,bcm6368.txt
blob4b5ac600bfbd4ad63d0967a046ec6bb2949dc862
1 BCM6368 Random number generator
3 Required properties:
5 - compatible : should be "brcm,bcm6368-rng"
6 - reg : Specifies base physical address and size of the registers
7 - clocks : phandle to clock-controller plus clock-specifier pair
8 - clock-names : "ipsec" as a clock name
10 Example:
11         random: rng@10004180 {
12                 compatible = "brcm,bcm6368-rng";
13                 reg = <0x10004180 0x14>;
15                 clocks = <&periph_clk 18>;
16                 clock-names = "ipsec";
17         };