IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / rng / brcm,bcm2835.txt
blob07ccdaa68324a76bd443173260186c91fcae2643
1 BCM2835 Random number generator
3 Required properties:
5 - compatible : should be "brcm,bcm2835-rng"
6 - reg : Specifies base physical address and size of the registers.
8 Example:
10 rng {
11         compatible = "brcm,bcm2835-rng";
12         reg = <0x7e104000 0x10>;