Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanan...
[cascardo/linux.git] / Documentation / devicetree / bindings / rng / 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 };