1 Freescale Security Controller (SCC)
4 - compatible : Should be "fsl,imx25-scc".
5 - reg : Should contain register location and length.
6 - interrupts : Should contain interrupt numbers for SCM IRQ and SMN IRQ.
7 - interrupt-names : Should specify the names "scm" and "smn" for the
9 - clocks: Should contain the clock driving the SCC core.
10 - clock-names: Should be set to "ipg".
14 scc: crypto@53fac000 {
15 compatible = "fsl,imx25-scc";
16 reg = <0x53fac000 0x4000>;
19 interrupts = <49>, <50>;
20 interrupt-names = "scm", "smn";