125184Sjkh/*
2113674Smtm * PQ3 Sec/Crypto 3.0 device tree stub [ controller @ offset 0x30000 ]
3113674Smtm *
4113674Smtm * Copyright 2011 Freescale Semiconductor Inc.
5113674Smtm *
6113674Smtm * Redistribution and use in source and binary forms, with or without
7113674Smtm * modification, are permitted provided that the following conditions are met:
8113674Smtm *     * Redistributions of source code must retain the above copyright
9113674Smtm *       notice, this list of conditions and the following disclaimer.
10113674Smtm *     * Redistributions in binary form must reproduce the above copyright
11113674Smtm *       notice, this list of conditions and the following disclaimer in the
12113674Smtm *       documentation and/or other materials provided with the distribution.
13113674Smtm *     * Neither the name of Freescale Semiconductor nor the
14113674Smtm *       names of its contributors may be used to endorse or promote products
15113674Smtm *       derived from this software without specific prior written permission.
16113674Smtm *
17113674Smtm *
18113674Smtm * ALTERNATIVELY, this software may be distributed under the terms of the
19113674Smtm * GNU General Public License ("GPL") as published by the Free Software
20113674Smtm * Foundation, either version 2 of that License or (at your option) any
21113674Smtm * later version.
22113674Smtm *
23113674Smtm * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
24113674Smtm * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2550472Speter * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2666830Sobrien * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
2725184Sjkh * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28113674Smtm * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29113674Smtm * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
30113674Smtm * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31113674Smtm * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3225184Sjkh * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33178356Ssam */
34197147Shrs
35197147Shrscrypto@30000 {
36178356Ssam	compatible = "fsl,sec3.0",
37178356Ssam		     "fsl,sec2.4", "fsl,sec2.2", "fsl,sec2.1",
38178356Ssam		     "fsl,sec2.0";
39178356Ssam	reg = <0x30000 0x10000>;
40178356Ssam	interrupts = <45 2 0 0 58 2 0 0>;
41178356Ssam	fsl,num-channels = <4>;
42178356Ssam	fsl,channel-fifo-len = <24>;
43178356Ssam	fsl,exec-units-mask = <0x9fe>;
44178356Ssam	fsl,descriptor-types-mask = <0x3ab0ebf>;
45178356Ssam};
46178356Ssam