xref: /freebsd-src/sys/contrib/device-tree/src/powerpc/fsl/qoriq-sec4.2-0.dtsi (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot/*
2*c66ec88fSEmmanuel Vadot * QorIQ Sec/Crypto 4.2 device tree stub [ controller @ offset 0x300000 ]
3*c66ec88fSEmmanuel Vadot *
4*c66ec88fSEmmanuel Vadot * Copyright 2011 Freescale Semiconductor Inc.
5*c66ec88fSEmmanuel Vadot *
6*c66ec88fSEmmanuel Vadot * Redistribution and use in source and binary forms, with or without
7*c66ec88fSEmmanuel Vadot * modification, are permitted provided that the following conditions are met:
8*c66ec88fSEmmanuel Vadot *     * Redistributions of source code must retain the above copyright
9*c66ec88fSEmmanuel Vadot *       notice, this list of conditions and the following disclaimer.
10*c66ec88fSEmmanuel Vadot *     * Redistributions in binary form must reproduce the above copyright
11*c66ec88fSEmmanuel Vadot *       notice, this list of conditions and the following disclaimer in the
12*c66ec88fSEmmanuel Vadot *       documentation and/or other materials provided with the distribution.
13*c66ec88fSEmmanuel Vadot *     * Neither the name of Freescale Semiconductor nor the
14*c66ec88fSEmmanuel Vadot *       names of its contributors may be used to endorse or promote products
15*c66ec88fSEmmanuel Vadot *       derived from this software without specific prior written permission.
16*c66ec88fSEmmanuel Vadot *
17*c66ec88fSEmmanuel Vadot *
18*c66ec88fSEmmanuel Vadot * ALTERNATIVELY, this software may be distributed under the terms of the
19*c66ec88fSEmmanuel Vadot * GNU General Public License ("GPL") as published by the Free Software
20*c66ec88fSEmmanuel Vadot * Foundation, either version 2 of that License or (at your option) any
21*c66ec88fSEmmanuel Vadot * later version.
22*c66ec88fSEmmanuel Vadot *
23*c66ec88fSEmmanuel Vadot * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
24*c66ec88fSEmmanuel Vadot * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25*c66ec88fSEmmanuel Vadot * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26*c66ec88fSEmmanuel Vadot * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
27*c66ec88fSEmmanuel Vadot * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28*c66ec88fSEmmanuel Vadot * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29*c66ec88fSEmmanuel Vadot * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
30*c66ec88fSEmmanuel Vadot * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31*c66ec88fSEmmanuel Vadot * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32*c66ec88fSEmmanuel Vadot * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33*c66ec88fSEmmanuel Vadot */
34*c66ec88fSEmmanuel Vadot
35*c66ec88fSEmmanuel Vadotcrypto: crypto@300000 {
36*c66ec88fSEmmanuel Vadot	compatible = "fsl,sec-v4.2", "fsl,sec-v4.0";
37*c66ec88fSEmmanuel Vadot	fsl,sec-era = <3>;
38*c66ec88fSEmmanuel Vadot	#address-cells = <1>;
39*c66ec88fSEmmanuel Vadot	#size-cells = <1>;
40*c66ec88fSEmmanuel Vadot	reg		 = <0x300000 0x10000>;
41*c66ec88fSEmmanuel Vadot	ranges		 = <0 0x300000 0x10000>;
42*c66ec88fSEmmanuel Vadot	interrupts	 = <92 2 0 0>;
43*c66ec88fSEmmanuel Vadot
44*c66ec88fSEmmanuel Vadot	sec_jr0: jr@1000 {
45*c66ec88fSEmmanuel Vadot		compatible = "fsl,sec-v4.2-job-ring",
46*c66ec88fSEmmanuel Vadot			     "fsl,sec-v4.0-job-ring";
47*c66ec88fSEmmanuel Vadot		reg = <0x1000 0x1000>;
48*c66ec88fSEmmanuel Vadot		interrupts = <88 2 0 0>;
49*c66ec88fSEmmanuel Vadot	};
50*c66ec88fSEmmanuel Vadot
51*c66ec88fSEmmanuel Vadot	sec_jr1: jr@2000 {
52*c66ec88fSEmmanuel Vadot		compatible = "fsl,sec-v4.2-job-ring",
53*c66ec88fSEmmanuel Vadot			     "fsl,sec-v4.0-job-ring";
54*c66ec88fSEmmanuel Vadot		reg = <0x2000 0x1000>;
55*c66ec88fSEmmanuel Vadot		interrupts = <89 2 0 0>;
56*c66ec88fSEmmanuel Vadot	};
57*c66ec88fSEmmanuel Vadot
58*c66ec88fSEmmanuel Vadot	sec_jr2: jr@3000 {
59*c66ec88fSEmmanuel Vadot		compatible = "fsl,sec-v4.2-job-ring",
60*c66ec88fSEmmanuel Vadot			     "fsl,sec-v4.0-job-ring";
61*c66ec88fSEmmanuel Vadot		reg = <0x3000 0x1000>;
62*c66ec88fSEmmanuel Vadot		interrupts = <90 2 0 0>;
63*c66ec88fSEmmanuel Vadot	};
64*c66ec88fSEmmanuel Vadot
65*c66ec88fSEmmanuel Vadot	sec_jr3: jr@4000 {
66*c66ec88fSEmmanuel Vadot		compatible = "fsl,sec-v4.2-job-ring",
67*c66ec88fSEmmanuel Vadot			     "fsl,sec-v4.0-job-ring";
68*c66ec88fSEmmanuel Vadot		reg = <0x4000 0x1000>;
69*c66ec88fSEmmanuel Vadot		interrupts = <91 2 0 0>;
70*c66ec88fSEmmanuel Vadot	};
71*c66ec88fSEmmanuel Vadot
72*c66ec88fSEmmanuel Vadot	rtic@6000 {
73*c66ec88fSEmmanuel Vadot		compatible = "fsl,sec-v4.2-rtic",
74*c66ec88fSEmmanuel Vadot			     "fsl,sec-v4.0-rtic";
75*c66ec88fSEmmanuel Vadot		#address-cells = <1>;
76*c66ec88fSEmmanuel Vadot		#size-cells = <1>;
77*c66ec88fSEmmanuel Vadot		reg = <0x6000 0x100>;
78*c66ec88fSEmmanuel Vadot		ranges = <0x0 0x6100 0xe00>;
79*c66ec88fSEmmanuel Vadot
80*c66ec88fSEmmanuel Vadot		rtic_a: rtic-a@0 {
81*c66ec88fSEmmanuel Vadot			compatible = "fsl,sec-v4.2-rtic-memory",
82*c66ec88fSEmmanuel Vadot				     "fsl,sec-v4.0-rtic-memory";
83*c66ec88fSEmmanuel Vadot			reg = <0x00 0x20 0x100 0x80>;
84*c66ec88fSEmmanuel Vadot		};
85*c66ec88fSEmmanuel Vadot
86*c66ec88fSEmmanuel Vadot		rtic_b: rtic-b@20 {
87*c66ec88fSEmmanuel Vadot			compatible = "fsl,sec-v4.2-rtic-memory",
88*c66ec88fSEmmanuel Vadot				     "fsl,sec-v4.0-rtic-memory";
89*c66ec88fSEmmanuel Vadot			reg = <0x20 0x20 0x200 0x80>;
90*c66ec88fSEmmanuel Vadot		};
91*c66ec88fSEmmanuel Vadot
92*c66ec88fSEmmanuel Vadot		rtic_c: rtic-c@40 {
93*c66ec88fSEmmanuel Vadot			compatible = "fsl,sec-v4.2-rtic-memory",
94*c66ec88fSEmmanuel Vadot				     "fsl,sec-v4.0-rtic-memory";
95*c66ec88fSEmmanuel Vadot			reg = <0x40 0x20 0x300 0x80>;
96*c66ec88fSEmmanuel Vadot		};
97*c66ec88fSEmmanuel Vadot
98*c66ec88fSEmmanuel Vadot		rtic_d: rtic-d@60 {
99*c66ec88fSEmmanuel Vadot			compatible = "fsl,sec-v4.2-rtic-memory",
100*c66ec88fSEmmanuel Vadot				     "fsl,sec-v4.0-rtic-memory";
101*c66ec88fSEmmanuel Vadot			reg = <0x60 0x20 0x500 0x80>;
102*c66ec88fSEmmanuel Vadot		};
103*c66ec88fSEmmanuel Vadot	};
104*c66ec88fSEmmanuel Vadot};
105*c66ec88fSEmmanuel Vadot
106*c66ec88fSEmmanuel Vadotsec_mon: sec_mon@314000 {
107*c66ec88fSEmmanuel Vadot	compatible = "fsl,sec-v4.2-mon", "fsl,sec-v4.0-mon";
108*c66ec88fSEmmanuel Vadot	reg = <0x314000 0x1000>;
109*c66ec88fSEmmanuel Vadot	interrupts = <93 2 0 0>;
110*c66ec88fSEmmanuel Vadot};
111