diff options
author | Tero Kristo <t-kristo@ti.com> | 2017-06-13 16:45:49 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-06-14 10:46:01 +0300 |
commit | 45f1d5e3c71d479995cefe9dd30344c62efd60c8 (patch) | |
tree | 715b90025062efff06c5485f2b3eac46a10d0a6d /arch/arm/boot/dts/omap4.dtsi | |
parent | c6faccf21caffc433217f0fa58b8ef5c5e318a5d (diff) | |
download | linux-45f1d5e3c71d479995cefe9dd30344c62efd60c8.tar.xz |
ARM: dts: omap4: add SHAM node
Add SHAM crypto accelerator.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4.dtsi')
-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 00e7656e0856..64d00f5893a6 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -927,6 +927,15 @@ dma-names = "tx", "rx"; }; + sham: sham@4b100000 { + compatible = "ti,omap4-sham"; + ti,hwmods = "sham"; + reg = <0x4b100000 0x300>; + interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>; + dmas = <&sdma 119>; + dma-names = "rx"; + }; + abb_mpu: regulator-abb-mpu { compatible = "ti,abb-v2"; regulator-name = "abb_mpu"; |