diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2013-03-28 02:12:04 -0400 |
---|---|---|
committer | Stephen Warren <swarren@wwwdotorg.org> | 2013-04-03 02:22:27 -0400 |
commit | a1bf70828ea0547b4e3d7eaeb63ae3eb2400cb93 (patch) | |
tree | a149446da55ae2534474c6d9d8ca8e5126f792c6 | |
parent | 6ce5f02ef7edd33ebdac27953b52c489a6005e6d (diff) |
ARM: bcm2835: add Broadcom BCM2835 RNG to the device tree
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>
-rw-r--r-- | arch/arm/boot/dts/bcm2835.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi index 3eb60f7aa1fe..0db295ec8f62 100644 --- a/arch/arm/boot/dts/bcm2835.dtsi +++ b/arch/arm/boot/dts/bcm2835.dtsi | |||
@@ -34,6 +34,11 @@ | |||
34 | reg = <0x7e100000 0x28>; | 34 | reg = <0x7e100000 0x28>; |
35 | }; | 35 | }; |
36 | 36 | ||
37 | rng { | ||
38 | compatible = "brcm,bcm2835-rng"; | ||
39 | reg = <0x7e104000 0x10>; | ||
40 | }; | ||
41 | |||
37 | uart@20201000 { | 42 | uart@20201000 { |
38 | compatible = "brcm,bcm2835-pl011", "arm,pl011", "arm,primecell"; | 43 | compatible = "brcm,bcm2835-pl011", "arm,pl011", "arm,primecell"; |
39 | reg = <0x7e201000 0x1000>; | 44 | reg = <0x7e201000 0x1000>; |