]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt
compiler.h: cast away attributes in WRITE_ONCE magic
[karo-tx-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 };