1*c66ec88fSEmmanuel Vadot/*
2*c66ec88fSEmmanuel Vadot * T1040/T1042 Silicon/SoC Device Tree Source (pre include)
3*c66ec88fSEmmanuel Vadot *
4*c66ec88fSEmmanuel Vadot * Copyright 2013-2014 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 Vadot/dts-v1/;
36*c66ec88fSEmmanuel Vadot
37*c66ec88fSEmmanuel Vadot/include/ "e5500_power_isa.dtsi"
38*c66ec88fSEmmanuel Vadot
39*c66ec88fSEmmanuel Vadot/ {
40*c66ec88fSEmmanuel Vadot	#address-cells = <2>;
41*c66ec88fSEmmanuel Vadot	#size-cells = <2>;
42*c66ec88fSEmmanuel Vadot	interrupt-parent = <&mpic>;
43*c66ec88fSEmmanuel Vadot
44*c66ec88fSEmmanuel Vadot	aliases {
45*c66ec88fSEmmanuel Vadot		ccsr = &soc;
46*c66ec88fSEmmanuel Vadot		dcsr = &dcsr;
47*c66ec88fSEmmanuel Vadot
48*c66ec88fSEmmanuel Vadot		serial0 = &serial0;
49*c66ec88fSEmmanuel Vadot		serial1 = &serial1;
50*c66ec88fSEmmanuel Vadot		serial2 = &serial2;
51*c66ec88fSEmmanuel Vadot		serial3 = &serial3;
52*c66ec88fSEmmanuel Vadot		pci0 = &pci0;
53*c66ec88fSEmmanuel Vadot		pci1 = &pci1;
54*c66ec88fSEmmanuel Vadot		pci2 = &pci2;
55*c66ec88fSEmmanuel Vadot		pci3 = &pci3;
56*c66ec88fSEmmanuel Vadot		usb0 = &usb0;
57*c66ec88fSEmmanuel Vadot		usb1 = &usb1;
58*c66ec88fSEmmanuel Vadot		sdhc = &sdhc;
59*c66ec88fSEmmanuel Vadot
60*c66ec88fSEmmanuel Vadot		crypto = &crypto;
61*c66ec88fSEmmanuel Vadot
62*c66ec88fSEmmanuel Vadot		fman0 = &fman0;
63*c66ec88fSEmmanuel Vadot		ethernet0 = &enet0;
64*c66ec88fSEmmanuel Vadot		ethernet1 = &enet1;
65*c66ec88fSEmmanuel Vadot		ethernet2 = &enet2;
66*c66ec88fSEmmanuel Vadot		ethernet3 = &enet3;
67*c66ec88fSEmmanuel Vadot		ethernet4 = &enet4;
68*c66ec88fSEmmanuel Vadot	};
69*c66ec88fSEmmanuel Vadot
70*c66ec88fSEmmanuel Vadot	cpus {
71*c66ec88fSEmmanuel Vadot		#address-cells = <1>;
72*c66ec88fSEmmanuel Vadot		#size-cells = <0>;
73*c66ec88fSEmmanuel Vadot
74*c66ec88fSEmmanuel Vadot		cpu0: PowerPC,e5500@0 {
75*c66ec88fSEmmanuel Vadot			device_type = "cpu";
76*c66ec88fSEmmanuel Vadot			reg = <0>;
77*c66ec88fSEmmanuel Vadot			clocks = <&clockgen 1 0>;
78*c66ec88fSEmmanuel Vadot			next-level-cache = <&L2_1>;
79*c66ec88fSEmmanuel Vadot			#cooling-cells = <2>;
80*c66ec88fSEmmanuel Vadot			L2_1: l2-cache {
81*c66ec88fSEmmanuel Vadot				next-level-cache = <&cpc>;
82*c66ec88fSEmmanuel Vadot			};
83*c66ec88fSEmmanuel Vadot		};
84*c66ec88fSEmmanuel Vadot		cpu1: PowerPC,e5500@1 {
85*c66ec88fSEmmanuel Vadot			device_type = "cpu";
86*c66ec88fSEmmanuel Vadot			reg = <1>;
87*c66ec88fSEmmanuel Vadot			clocks = <&clockgen 1 1>;
88*c66ec88fSEmmanuel Vadot			next-level-cache = <&L2_2>;
89*c66ec88fSEmmanuel Vadot			#cooling-cells = <2>;
90*c66ec88fSEmmanuel Vadot			L2_2: l2-cache {
91*c66ec88fSEmmanuel Vadot				next-level-cache = <&cpc>;
92*c66ec88fSEmmanuel Vadot			};
93*c66ec88fSEmmanuel Vadot		};
94*c66ec88fSEmmanuel Vadot		cpu2: PowerPC,e5500@2 {
95*c66ec88fSEmmanuel Vadot			device_type = "cpu";
96*c66ec88fSEmmanuel Vadot			reg = <2>;
97*c66ec88fSEmmanuel Vadot			clocks = <&clockgen 1 2>;
98*c66ec88fSEmmanuel Vadot			next-level-cache = <&L2_3>;
99*c66ec88fSEmmanuel Vadot			#cooling-cells = <2>;
100*c66ec88fSEmmanuel Vadot			L2_3: l2-cache {
101*c66ec88fSEmmanuel Vadot				next-level-cache = <&cpc>;
102*c66ec88fSEmmanuel Vadot			};
103*c66ec88fSEmmanuel Vadot		};
104*c66ec88fSEmmanuel Vadot		cpu3: PowerPC,e5500@3 {
105*c66ec88fSEmmanuel Vadot			device_type = "cpu";
106*c66ec88fSEmmanuel Vadot			reg = <3>;
107*c66ec88fSEmmanuel Vadot			clocks = <&clockgen 1 3>;
108*c66ec88fSEmmanuel Vadot			next-level-cache = <&L2_4>;
109*c66ec88fSEmmanuel Vadot			#cooling-cells = <2>;
110*c66ec88fSEmmanuel Vadot			L2_4: l2-cache {
111*c66ec88fSEmmanuel Vadot				next-level-cache = <&cpc>;
112*c66ec88fSEmmanuel Vadot			};
113*c66ec88fSEmmanuel Vadot		};
114*c66ec88fSEmmanuel Vadot	};
115*c66ec88fSEmmanuel Vadot};
116