ARM: dts: DRA7: Add DT node for RNG IP
authorLokesh Vutla <lokeshvutla@ti.com>
Wed, 1 Jun 2016 09:06:44 +0000 (12:06 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 22 Jun 2016 07:43:58 +0000 (00:43 -0700)
Adding dt node for hardware random number generator IP.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7.dtsi

index b603e92634c0348ea4d652c88bbc4ae4afd29f3e..60680a1b4f1d1722281a414f2d1dda914bd31a12 100644 (file)
                        clocks = <&l3_iclk_div>;
                        clock-names = "fck";
                };
+
+               rng: rng@48090000 {
+                       compatible = "ti,omap4-rng";
+                       ti,hwmods = "rng";
+                       reg = <0x48090000 0x2000>;
+                       interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&l3_iclk_div>;
+                       clock-names = "fck";
+               };
        };
 
        thermal_zones: thermal-zones {