diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-06-27 02:18:52 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-07-01 16:25:33 +0300 |
commit | 9152743b298ef67619766eb55a6ac31055eb5b46 (patch) | |
tree | 14e89f9ed62b8a888a681a29163ae50674240514 /arch/arm/boot/dts/imx51.dtsi | |
parent | c4288946d43ed2d76247ab757581ce428c90d9ef (diff) | |
download | linux-9152743b298ef67619766eb55a6ac31055eb5b46.tar.xz |
ARM: dts: imx51: Add sahara crypto support
The sahara crypto block on i.MX51 has the same IP version as
the one on i.MX53.
Add support for it.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx51.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index d5ba31e3cd50..5bb727a5b6a3 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi @@ -609,6 +609,15 @@ resets = <&src 1>; iram = <&iram>; }; + + sahara: crypto@83ff8000 { + compatible = "fsl,imx53-sahara", "fsl,imx51-sahara"; + reg = <0x83ff8000 0x4000>; + interrupts = <19 20>; + clocks = <&clks IMX5_CLK_SAHARA_IPG_GATE>, + <&clks IMX5_CLK_SAHARA_IPG_GATE>; + clock-names = "ipg", "ahb"; + }; }; }; }; |