ARM: dts: BCM5301x: Add RNG Device Tree node
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 23 Jun 2016 00:27:03 +0000 (17:27 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 27 Jun 2016 17:15:14 +0000 (10:15 -0700)
Add the DT node for the random number generator peripheral.

Acked-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm5301x.dtsi

index a20ebd2..8af4791 100644 (file)
                /* ports are defined in board DTS */
        };
 
+       rng: rng@18004000 {
+               compatible = "brcm,bcm5301x-rng";
+               reg = <0x18004000 0x14>;
+       };
+
        nand: nand@18028000 {
                compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1", "brcm,brcmnand";
                reg = <0x18028000 0x600>, <0x1811a408 0x600>, <0x18028f00 0x20>;