Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rosted...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / rng / imx-rngc.txt
1 Freescale RNGC (Random Number Generator Version C)
2
3 The driver also supports version B, which is mostly compatible
4 to version C.
5
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
13
14 Example:
15
16 rng@53fb0000 {
17         compatible = "fsl,imx25-rngb";
18         reg = <0x53fb0000 0x4000>;
19         interrupts = <22>;
20         clocks = <&trng_clk>;
21 };