Skip to content

Commit

Permalink
ARM: i.MX25: add scc module to dtsi
Browse files Browse the repository at this point in the history
Add the Security Controller (SCC) module to the dtsi.

Signed-off-by: Steffen Trumtrar <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
strumtrar authored and herbertx committed Apr 15, 2016
1 parent ff0078f commit ba97eed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/imx25.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit ba97eed

Please sign in to comment.