diff options
author | Tero Kristo <t-kristo@ti.com> | 2017-06-13 16:45:48 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-06-14 00:45:56 -0700 |
commit | c6faccf21caffc433217f0fa58b8ef5c5e318a5d (patch) | |
tree | 6fed87c585ea93dbb8751b7b3fb2752d7dad9c02 | |
parent | 7ca3e39719aafb1b9eaf282102574f26d52acd95 (diff) | |
download | linux-c6faccf21caffc433217f0fa58b8ef5c5e318a5d.tar.gz linux-c6faccf21caffc433217f0fa58b8ef5c5e318a5d.tar.bz2 linux-c6faccf21caffc433217f0fa58b8ef5c5e318a5d.zip |
ARM: dts: omap4: add aes2 instance
OMAP4 has AES2 instance, so add its integration data under DT.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 589690e034d3..00e7656e0856 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -909,6 +909,15 @@ dma-names = "tx", "rx"; }; + aes2: aes@4b701000 { + compatible = "ti,omap4-aes"; + ti,hwmods = "aes2"; + reg = <0x4b701000 0xa0>; + interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>; + dmas = <&sdma 114>, <&sdma 113>; + dma-names = "tx", "rx"; + }; + des: des@480a5000 { compatible = "ti,omap4-des"; ti,hwmods = "des"; |