Linux 4.14.5
[linux/fpc-iii.git] / Documentation / devicetree / bindings / rng / amlogic,meson-rng.txt
blob4d403645ac9b3dcd513c5f55a7217542a1eb1d37
1 Amlogic Meson Random number generator
2 =====================================
4 Required properties:
6 - compatible : should be "amlogic,meson-rng"
7 - reg : Specifies base physical address and size of the registers.
9 Optional properties:
11 - clocks : phandle to the following named clocks
12 - clock-names: Name of core clock, must be "core"
14 Example:
16 rng {
17         compatible = "amlogic,meson-rng";
18         reg = <0x0 0xc8834000 0x0 0x4>;
19         clocks = <&clkc CLKID_RNG0>;
20         clock-names = "core";