Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / Documentation / devicetree / bindings / rng / imx-rngc.txt
blob93c7174a7bedc8b0e0bef80f40379f9017c3e61d
1 Freescale RNGC (Random Number Generator Version C)
3 The driver also supports version B, which is mostly compatible
4 to version C.
6 Required properties:
7 - compatible : should be one of
8                "fsl,imx25-rngb"
9                "fsl,imx35-rngc"
10 - reg : offset and length of the register set of this block
11 - interrupts : the interrupt number for the RNGC block
12 - clocks : the RNGC clk source
14 Example:
16 rng@53fb0000 {
17         compatible = "fsl,imx25-rngb";
18         reg = <0x53fb0000 0x4000>;
19         interrupts = <22>;
20         clocks = <&trng_clk>;