Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / hwrng / brcm,iproc-rng200.txt
1 HWRNG support for the iproc-rng200 driver
2
3 Required properties:
4 - compatible : "brcm,iproc-rng200"
5 - reg : base address and size of control register block
6
7 Example:
8
9 rng {
10         compatible = "brcm,iproc-rng200";
11         reg = <0x18032000 0x28>;
12 };