Merge branch 'CVE-2014-7975' of git://git.kernel.org/pub/scm/linux/kernel/git/luto...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / rng / apm,rng.txt
1 APM X-Gene SoC random number generator.
2
3 Required properties:
4
5 - compatible  : should be "apm,xgene-rng"
6 - reg         : specifies base physical address and size of the registers map
7 - clocks      : phandle to clock-controller plus clock-specifier pair
8 - interrupts  : specify the fault interrupt for the RNG device
9
10 Example:
11
12         rng: rng@10520000 {
13                 compatible = "apm,xgene-rng";
14                 reg = <0x0 0x10520000 0x0 0x100>;
15                 interrupts =   <0x0 0x41 0x4>;
16                 clocks = <&rngpkaclk 0>;
17         };