Commit 36e55669 authored by Florian Fainelli's avatar Florian Fainelli

ARM: dts: BCM5301x: Add RNG Device Tree node

Add the DT node for the random number generator peripheral.
Acked-by: default avatarScott Branden <scott.branden@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 2df1808d
......@@ -302,6 +302,11 @@ srab: srab@18007000 {
/* 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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment