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
19 - interrupts: specify the interrupt for the RNG block
24 compatible = "brcm,bcm2835-rng";
25 reg = <0x7e104000 0x10>;
30 compatible = "brcm,bcm-nsp-rng";
31 reg = <0x18033000 0x14>;
34 random: rng@10004180 {
35 compatible = "brcm,bcm6368-rng";
36 reg = <0x10004180 0x14>;
38 clocks = <&periph_clk 18>;
39 clock-names = "ipsec";