Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linux
[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 Optional properties:
10
11 - clocks : phandle to the following named clocks
12 - clock-names: Name of core clock, must be "core"
13
14 Example:
15
16 rng {
17         compatible = "amlogic,meson-rng";
18         reg = <0x0 0xc8834000 0x0 0x4>;
19         clocks = <&clkc CLKID_RNG0>;
20         clock-names = "core";
21 };