xref: /freebsd-src/sys/contrib/device-tree/src/powerpc/fsl/p5040si-pre.dtsi (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot/*
2*c66ec88fSEmmanuel Vadot * P5040 Silicon/SoC Device Tree Source (pre include)
3*c66ec88fSEmmanuel Vadot *
4*c66ec88fSEmmanuel Vadot * Copyright 2012 - 2015 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	compatible = "fsl,P5040";
41*c66ec88fSEmmanuel Vadot	#address-cells = <2>;
42*c66ec88fSEmmanuel Vadot	#size-cells = <2>;
43*c66ec88fSEmmanuel Vadot	interrupt-parent = <&mpic>;
44*c66ec88fSEmmanuel Vadot
45*c66ec88fSEmmanuel Vadot	aliases {
46*c66ec88fSEmmanuel Vadot		ccsr = &soc;
47*c66ec88fSEmmanuel Vadot		dcsr = &dcsr;
48*c66ec88fSEmmanuel Vadot
49*c66ec88fSEmmanuel Vadot		serial0 = &serial0;
50*c66ec88fSEmmanuel Vadot		serial1 = &serial1;
51*c66ec88fSEmmanuel Vadot		serial2 = &serial2;
52*c66ec88fSEmmanuel Vadot		serial3 = &serial3;
53*c66ec88fSEmmanuel Vadot		pci0 = &pci0;
54*c66ec88fSEmmanuel Vadot		pci1 = &pci1;
55*c66ec88fSEmmanuel Vadot		pci2 = &pci2;
56*c66ec88fSEmmanuel Vadot		usb0 = &usb0;
57*c66ec88fSEmmanuel Vadot		usb1 = &usb1;
58*c66ec88fSEmmanuel Vadot		dma0 = &dma0;
59*c66ec88fSEmmanuel Vadot		dma1 = &dma1;
60*c66ec88fSEmmanuel Vadot		sdhc = &sdhc;
61*c66ec88fSEmmanuel Vadot		msi0 = &msi0;
62*c66ec88fSEmmanuel Vadot		msi1 = &msi1;
63*c66ec88fSEmmanuel Vadot		msi2 = &msi2;
64*c66ec88fSEmmanuel Vadot
65*c66ec88fSEmmanuel Vadot		crypto = &crypto;
66*c66ec88fSEmmanuel Vadot		sec_jr0 = &sec_jr0;
67*c66ec88fSEmmanuel Vadot		sec_jr1 = &sec_jr1;
68*c66ec88fSEmmanuel Vadot		sec_jr2 = &sec_jr2;
69*c66ec88fSEmmanuel Vadot		sec_jr3 = &sec_jr3;
70*c66ec88fSEmmanuel Vadot		rtic_a = &rtic_a;
71*c66ec88fSEmmanuel Vadot		rtic_b = &rtic_b;
72*c66ec88fSEmmanuel Vadot		rtic_c = &rtic_c;
73*c66ec88fSEmmanuel Vadot		rtic_d = &rtic_d;
74*c66ec88fSEmmanuel Vadot		sec_mon = &sec_mon;
75*c66ec88fSEmmanuel Vadot
76*c66ec88fSEmmanuel Vadot		raideng = &raideng;
77*c66ec88fSEmmanuel Vadot		raideng_jr0 = &raideng_jr0;
78*c66ec88fSEmmanuel Vadot		raideng_jr1 = &raideng_jr1;
79*c66ec88fSEmmanuel Vadot		raideng_jr2 = &raideng_jr2;
80*c66ec88fSEmmanuel Vadot		raideng_jr3 = &raideng_jr3;
81*c66ec88fSEmmanuel Vadot
82*c66ec88fSEmmanuel Vadot		fman0 = &fman0;
83*c66ec88fSEmmanuel Vadot		fman1 = &fman1;
84*c66ec88fSEmmanuel Vadot		ethernet0 = &enet0;
85*c66ec88fSEmmanuel Vadot		ethernet1 = &enet1;
86*c66ec88fSEmmanuel Vadot		ethernet2 = &enet2;
87*c66ec88fSEmmanuel Vadot		ethernet3 = &enet3;
88*c66ec88fSEmmanuel Vadot		ethernet4 = &enet4;
89*c66ec88fSEmmanuel Vadot		ethernet5 = &enet5;
90*c66ec88fSEmmanuel Vadot		ethernet6 = &enet6;
91*c66ec88fSEmmanuel Vadot		ethernet7 = &enet7;
92*c66ec88fSEmmanuel Vadot		ethernet8 = &enet8;
93*c66ec88fSEmmanuel Vadot		ethernet9 = &enet9;
94*c66ec88fSEmmanuel Vadot		ethernet10 = &enet10;
95*c66ec88fSEmmanuel Vadot		ethernet11 = &enet11;
96*c66ec88fSEmmanuel Vadot	};
97*c66ec88fSEmmanuel Vadot
98*c66ec88fSEmmanuel Vadot	cpus {
99*c66ec88fSEmmanuel Vadot		#address-cells = <1>;
100*c66ec88fSEmmanuel Vadot		#size-cells = <0>;
101*c66ec88fSEmmanuel Vadot
102*c66ec88fSEmmanuel Vadot		cpu0: PowerPC,e5500@0 {
103*c66ec88fSEmmanuel Vadot			device_type = "cpu";
104*c66ec88fSEmmanuel Vadot			reg = <0>;
105*c66ec88fSEmmanuel Vadot			clocks = <&clockgen 1 0>;
106*c66ec88fSEmmanuel Vadot			next-level-cache = <&L2_0>;
107*c66ec88fSEmmanuel Vadot			fsl,portid-mapping = <0x80000000>;
108*c66ec88fSEmmanuel Vadot			L2_0: l2-cache {
109*c66ec88fSEmmanuel Vadot				next-level-cache = <&cpc>;
110*c66ec88fSEmmanuel Vadot			};
111*c66ec88fSEmmanuel Vadot		};
112*c66ec88fSEmmanuel Vadot		cpu1: PowerPC,e5500@1 {
113*c66ec88fSEmmanuel Vadot			device_type = "cpu";
114*c66ec88fSEmmanuel Vadot			reg = <1>;
115*c66ec88fSEmmanuel Vadot			clocks = <&clockgen 1 1>;
116*c66ec88fSEmmanuel Vadot			next-level-cache = <&L2_1>;
117*c66ec88fSEmmanuel Vadot			fsl,portid-mapping = <0x40000000>;
118*c66ec88fSEmmanuel Vadot			L2_1: l2-cache {
119*c66ec88fSEmmanuel Vadot				next-level-cache = <&cpc>;
120*c66ec88fSEmmanuel Vadot			};
121*c66ec88fSEmmanuel Vadot		};
122*c66ec88fSEmmanuel Vadot		cpu2: PowerPC,e5500@2 {
123*c66ec88fSEmmanuel Vadot			device_type = "cpu";
124*c66ec88fSEmmanuel Vadot			reg = <2>;
125*c66ec88fSEmmanuel Vadot			clocks = <&clockgen 1 2>;
126*c66ec88fSEmmanuel Vadot			next-level-cache = <&L2_2>;
127*c66ec88fSEmmanuel Vadot			fsl,portid-mapping = <0x20000000>;
128*c66ec88fSEmmanuel Vadot			L2_2: l2-cache {
129*c66ec88fSEmmanuel Vadot				next-level-cache = <&cpc>;
130*c66ec88fSEmmanuel Vadot			};
131*c66ec88fSEmmanuel Vadot		};
132*c66ec88fSEmmanuel Vadot		cpu3: PowerPC,e5500@3 {
133*c66ec88fSEmmanuel Vadot			device_type = "cpu";
134*c66ec88fSEmmanuel Vadot			reg = <3>;
135*c66ec88fSEmmanuel Vadot			clocks = <&clockgen 1 3>;
136*c66ec88fSEmmanuel Vadot			next-level-cache = <&L2_3>;
137*c66ec88fSEmmanuel Vadot			fsl,portid-mapping = <0x10000000>;
138*c66ec88fSEmmanuel Vadot			L2_3: l2-cache {
139*c66ec88fSEmmanuel Vadot				next-level-cache = <&cpc>;
140*c66ec88fSEmmanuel Vadot			};
141*c66ec88fSEmmanuel Vadot		};
142*c66ec88fSEmmanuel Vadot	};
143*c66ec88fSEmmanuel Vadot};
144