1 Amlogic Meson Random number generator
2 =====================================
6 - compatible : should be "amlogic,meson-rng"
7 - reg : Specifies base physical address and size of the registers.
11 - clocks : phandle to the following named clocks
12 - clock-names: Name of core clock, must be "core"
17 compatible = "amlogic,meson-rng";
18 reg = <0x0 0xc8834000 0x0 0x4>;
19 clocks = <&clkc CLKID_RNG0>;