Skip to content

Commit

Permalink
ARM: bcm2835: add Broadcom BCM2835 RNG to the device tree
Browse files Browse the repository at this point in the history
This adds a device tree binding for random number generator present on
Broadcom BCM2835 SoC, used in Raspberry Pi and Roku 2 devices.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Tested-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
  • Loading branch information
Lubomir Rintel authored and Stephen Warren committed Apr 3, 2013
1 parent 6ce5f02 commit a1bf708
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/bcm2835.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
reg = <0x7e100000 0x28>;
};

rng {
compatible = "brcm,bcm2835-rng";
reg = <0x7e104000 0x10>;
};

uart@20201000 {
compatible = "brcm,bcm2835-pl011", "arm,pl011", "arm,primecell";
reg = <0x7e201000 0x1000>;
Expand Down

0 comments on commit a1bf708

Please sign in to comment.