Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[deliverable/linux.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 };
This page took 0.036305 seconds and 5 git commands to generate.