1 BCM2835/6368 Random number generator
5 - compatible : should be one of
10 - reg : Specifies base physical address and size of the registers.
14 - clocks : phandle to clock-controller plus clock-specifier pair
15 - clock-names : "ipsec" as a clock name
20 compatible = "brcm,bcm2835-rng";
21 reg = <0x7e104000 0x10>;
25 compatible = "brcm,bcm-nsp-rng";
26 reg = <0x18033000 0x14>;
29 random: rng@10004180 {
30 compatible = "brcm,bcm6368-rng";
31 reg = <0x10004180 0x14>;
33 clocks = <&periph_clk 18>;
34 clock-names = "ipsec";