diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2013-08-29 18:22:09 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-10-29 13:58:51 -0700 |
commit | ed845d6b78bf32b396f7f1278eed0b87446934b1 (patch) | |
tree | b5b20bba4439124681835bcf2872778a2fb9931c /arch/arm/boot | |
parent | d4cbe80db468dcfaa058f9f00a332784e5dff316 (diff) | |
download | blackbird-obmc-linux-ed845d6b78bf32b396f7f1278eed0b87446934b1.tar.gz blackbird-obmc-linux-ed845d6b78bf32b396f7f1278eed0b87446934b1.zip |
ARM: dts: AM33xx: Add RNG node
Add the AM33xx RNG module's device tree data.
Also add Documentation file describing the data
for the RNG module.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 9ae258ebe1eb..fcb9c8e42ab7 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -779,5 +779,12 @@ <&edma 11>; dma-names = "tx", "rx"; }; + + rng: rng@48310000 { + compatible = "ti,omap4-rng"; + ti,hwmods = "rng"; + reg = <0x48310000 0x2000>; + interrupts = <111>; + }; }; }; |