diff options
author | Steffen Trumtrar <s.trumtrar@pengutronix.de> | 2016-04-12 11:04:25 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-04-15 16:35:45 +0200 |
commit | ba97eed2b62e97ab6a96d27ea6a049f3a815237c (patch) | |
tree | 9a03eb5520db9746be0ae0ccbe161ece1401b029 | |
parent | Documentation: devicetree: add Freescale SCC bindings (diff) | |
download | linux-ba97eed2b62e97ab6a96d27ea6a049f3a815237c.tar.xz linux-ba97eed2b62e97ab6a96d27ea6a049f3a815237c.zip |
ARM: i.MX25: add scc module to dtsi
Add the Security Controller (SCC) module to the dtsi.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r-- | arch/arm/boot/dts/imx25.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi index 6b1f4bbe6ec6..af6af8741fe5 100644 --- a/arch/arm/boot/dts/imx25.dtsi +++ b/arch/arm/boot/dts/imx25.dtsi @@ -420,6 +420,15 @@ interrupts = <41>; }; + scc: crypto@53fac000 { + compatible = "fsl,imx25-scc"; + reg = <0x53fac000 0x4000>; + clocks = <&clks 111>; + clock-names = "ipg"; + interrupts = <49>, <50>; + interrupt-names = "scm", "smn"; + }; + esdhc1: esdhc@53fb4000 { compatible = "fsl,imx25-esdhc"; reg = <0x53fb4000 0x4000>; |