Merge remote-tracking branch 'regmap/fix/cache' into regmap-linus
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / rng / amlogic,meson-rng.txt
1 Amlogic Meson Random number generator
2 =====================================
3
4 Required properties:
5
6 - compatible : should be "amlogic,meson-rng"
7 - reg : Specifies base physical address and size of the registers.
8
9 Example:
10
11 rng {
12         compatible = "amlogic,meson-rng";
13         reg = <0x0 0xc8834000 0x0 0x4>;
14 };