diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2016-06-01 12:06:46 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-22 00:44:16 -0700 |
commit | 52c7c91319e469142628199548852198bcc3150f (patch) | |
tree | 686c75c0713a8eb484fa8bc50d329a4f16fad163 | |
parent | 8ed607a7490172733936a50a2231509dbde4f3b9 (diff) |
ARM: dts: AM43xx: Add node for RNG
Adding DT node for hardware random number generator.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 03514665a5f5..e7b53ef923a1 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -909,6 +909,13 @@ dma-names = "tx", "rx"; }; + rng: rng@48310000 { + compatible = "ti,omap4-rng"; + ti,hwmods = "rng"; + reg = <0x48310000 0x2000>; + interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>; + }; + mcasp0: mcasp@48038000 { compatible = "ti,am33xx-mcasp-audio"; ti,hwmods = "mcasp0"; |