summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2013-08-29 18:22:09 +0530
committerTony Lindgren <tony@atomide.com>2013-10-29 13:58:51 -0700
commited845d6b78bf32b396f7f1278eed0b87446934b1 (patch)
treeb5b20bba4439124681835bcf2872778a2fb9931c /arch/arm/boot
parentd4cbe80db468dcfaa058f9f00a332784e5dff316 (diff)
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.dtsi7
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>;
+ };
};
};