diff options
author | Steffen Trumtrar <s.trumtrar@pengutronix.de> | 2014-12-09 11:56:52 +0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-01-05 15:44:30 +0300 |
commit | 60811cc24e6101717928ef3e27fe7bcd8f342a9f (patch) | |
tree | fca4212d428b1fb134027660fcb0e445b9da8c64 /arch/arm/boot/dts/imx53.dtsi | |
parent | 4c61a1e75cd9247c624de8481efe85208b97ac85 (diff) | |
download | linux-60811cc24e6101717928ef3e27fe7bcd8f342a9f.tar.xz |
ARM: i.MX53: dts: add sahara module
The i.MX53 has a SAHARA v4 core. Add it to the dtsi.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index b96213ba0671..ff4fa7ecacd8 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -765,6 +765,15 @@ resets = <&src 1>; iram = <&ocram>; }; + + sahara: crypto@63ff8000 { + compatible = "fsl,imx53-sahara"; + reg = <0x63ff8000 0x4000>; + interrupts = <19 20>; + clocks = <&clks IMX5_CLK_SAHARA_IPG_GATE>, + <&clks IMX5_CLK_SAHARA_IPG_GATE>; + clock-names = "ipg", "ahb"; + }; }; ocram: sram@f8000000 { |