diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2016-06-23 02:27:03 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-06-27 19:15:14 +0200 |
commit | 36e55669ebdef9eaf3f4ab4e82a07bb4b95a4813 (patch) | |
tree | 34598463da03d266ff9d9e7b2c8586d05fa3fb53 /arch/arm/boot/dts/bcm5301x.dtsi | |
parent | ARM: dts: BCM5310x: Enable switch ports on SmartRG SR400AC (diff) | |
download | linux-36e55669ebdef9eaf3f4ab4e82a07bb4b95a4813.tar.xz linux-36e55669ebdef9eaf3f4ab4e82a07bb4b95a4813.zip |
ARM: dts: BCM5301x: Add RNG Device Tree node
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>
Diffstat (limited to 'arch/arm/boot/dts/bcm5301x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm5301x.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm5301x.dtsi b/arch/arm/boot/dts/bcm5301x.dtsi index a20ebd2ac9a2..8af47913b3b4 100644 --- a/arch/arm/boot/dts/bcm5301x.dtsi +++ b/arch/arm/boot/dts/bcm5301x.dtsi @@ -302,6 +302,11 @@ /* 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>; |