xref: /openbmc/linux/arch/powerpc/boot/dts/fsl/t2080qds.dts (revision 8c57a5e7b2820f349c95b8c8393fec1e0f4070d2)
1dc37374bSHongtao Jia/*
2dc37374bSHongtao Jia * T2080QDS Device Tree Source
3dc37374bSHongtao Jia *
4*84e0f1c1SIgal Liberman * Copyright 2013 - 2015 Freescale Semiconductor Inc.
5dc37374bSHongtao Jia *
6dc37374bSHongtao Jia * Redistribution and use in source and binary forms, with or without
7dc37374bSHongtao Jia * modification, are permitted provided that the following conditions are met:
8dc37374bSHongtao Jia *     * Redistributions of source code must retain the above copyright
9dc37374bSHongtao Jia *	 notice, this list of conditions and the following disclaimer.
10dc37374bSHongtao Jia *     * Redistributions in binary form must reproduce the above copyright
11dc37374bSHongtao Jia *	 notice, this list of conditions and the following disclaimer in the
12dc37374bSHongtao Jia *	 documentation and/or other materials provided with the distribution.
13dc37374bSHongtao Jia *     * Neither the name of Freescale Semiconductor nor the
14dc37374bSHongtao Jia *	 names of its contributors may be used to endorse or promote products
15dc37374bSHongtao Jia *	 derived from this software without specific prior written permission.
16dc37374bSHongtao Jia *
17dc37374bSHongtao Jia *
18dc37374bSHongtao Jia * ALTERNATIVELY, this software may be distributed under the terms of the
19dc37374bSHongtao Jia * GNU General Public License ("GPL") as published by the Free Software
20dc37374bSHongtao Jia * Foundation, either version 2 of that License or (at your option) any
21dc37374bSHongtao Jia * later version.
22dc37374bSHongtao Jia *
23dc37374bSHongtao Jia * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor "AS IS" AND ANY
24dc37374bSHongtao Jia * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25dc37374bSHongtao Jia * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26dc37374bSHongtao Jia * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
27dc37374bSHongtao Jia * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28dc37374bSHongtao Jia * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29dc37374bSHongtao Jia * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
30dc37374bSHongtao Jia * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31dc37374bSHongtao Jia * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32dc37374bSHongtao Jia * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33dc37374bSHongtao Jia */
34dc37374bSHongtao Jia
35dc37374bSHongtao Jia/include/ "t208xsi-pre.dtsi"
36dc37374bSHongtao Jia/include/ "t208xqds.dtsi"
37dc37374bSHongtao Jia
38dc37374bSHongtao Jia/ {
39dc37374bSHongtao Jia	model = "fsl,T2080QDS";
40dc37374bSHongtao Jia	compatible = "fsl,T2080QDS";
41dc37374bSHongtao Jia	#address-cells = <2>;
42dc37374bSHongtao Jia	#size-cells = <2>;
43dc37374bSHongtao Jia	interrupt-parent = <&mpic>;
44dc37374bSHongtao Jia
45*84e0f1c1SIgal Liberman	aliases {
46*84e0f1c1SIgal Liberman		emi1_slot1 = &t2080mdio2;
47*84e0f1c1SIgal Liberman		emi1_slot2 = &t2080mdio3;
48*84e0f1c1SIgal Liberman		emi1_slot3 = &t2080mdio4;
49*84e0f1c1SIgal Liberman	};
50*84e0f1c1SIgal Liberman
51dc37374bSHongtao Jia	rio: rapidio@ffe0c0000 {
52dc37374bSHongtao Jia		reg = <0xf 0xfe0c0000 0 0x11000>;
53dc37374bSHongtao Jia
54dc37374bSHongtao Jia		port1 {
55dc37374bSHongtao Jia			ranges = <0 0 0xc 0x20000000 0 0x10000000>;
56dc37374bSHongtao Jia		};
57dc37374bSHongtao Jia		port2 {
58dc37374bSHongtao Jia			ranges = <0 0 0xc 0x30000000 0 0x10000000>;
59dc37374bSHongtao Jia		};
60dc37374bSHongtao Jia	};
61dc37374bSHongtao Jia};
62dc37374bSHongtao Jia
63*84e0f1c1SIgal Liberman&soc {
64*84e0f1c1SIgal Liberman	fman@400000 {
65*84e0f1c1SIgal Liberman		ethernet@e0000 {
66*84e0f1c1SIgal Liberman			phy-handle = <&phy_sgmii_s3_1e>;
67*84e0f1c1SIgal Liberman			phy-connection-type = "xgmii";
68*84e0f1c1SIgal Liberman		};
69*84e0f1c1SIgal Liberman
70*84e0f1c1SIgal Liberman		ethernet@e2000 {
71*84e0f1c1SIgal Liberman			phy-handle = <&phy_sgmii_s3_1f>;
72*84e0f1c1SIgal Liberman			phy-connection-type = "xgmii";
73*84e0f1c1SIgal Liberman		};
74*84e0f1c1SIgal Liberman
75*84e0f1c1SIgal Liberman		ethernet@e4000 {
76*84e0f1c1SIgal Liberman			phy-handle = <&rgmii_phy1>;
77*84e0f1c1SIgal Liberman			phy-connection-type = "rgmii";
78*84e0f1c1SIgal Liberman		};
79*84e0f1c1SIgal Liberman
80*84e0f1c1SIgal Liberman		ethernet@e6000 {
81*84e0f1c1SIgal Liberman			phy-handle = <&rgmii_phy2>;
82*84e0f1c1SIgal Liberman			phy-connection-type = "rgmii";
83*84e0f1c1SIgal Liberman		};
84*84e0f1c1SIgal Liberman
85*84e0f1c1SIgal Liberman		ethernet@e8000 {
86*84e0f1c1SIgal Liberman			phy-handle = <&phy_sgmii_s2_1e>;
87*84e0f1c1SIgal Liberman			phy-connection-type = "sgmii";
88*84e0f1c1SIgal Liberman		};
89*84e0f1c1SIgal Liberman
90*84e0f1c1SIgal Liberman		ethernet@ea000 {
91*84e0f1c1SIgal Liberman			phy-handle = <&phy_sgmii_s2_1d>;
92*84e0f1c1SIgal Liberman			phy-connection-type = "sgmii";
93*84e0f1c1SIgal Liberman		};
94*84e0f1c1SIgal Liberman
95*84e0f1c1SIgal Liberman		ethernet@f0000 {
96*84e0f1c1SIgal Liberman			phy-handle = <&phy_xaui_slot3>;
97*84e0f1c1SIgal Liberman			phy-connection-type = "xgmii";
98*84e0f1c1SIgal Liberman		};
99*84e0f1c1SIgal Liberman
100*84e0f1c1SIgal Liberman		ethernet@f2000 {
101*84e0f1c1SIgal Liberman			phy-handle = <&phy_sgmii_s3_1f>;
102*84e0f1c1SIgal Liberman			phy-connection-type = "xgmii";
103*84e0f1c1SIgal Liberman		};
104*84e0f1c1SIgal Liberman
105*84e0f1c1SIgal Liberman		mdio@fd000 {
106*84e0f1c1SIgal Liberman			phy_xaui_slot3: ethernet-phy@3 {
107*84e0f1c1SIgal Liberman				compatible = "ethernet-phy-ieee802.3-c45";
108*84e0f1c1SIgal Liberman				reg = <0x3>;
109*84e0f1c1SIgal Liberman			};
110*84e0f1c1SIgal Liberman		};
111*84e0f1c1SIgal Liberman	};
112*84e0f1c1SIgal Liberman};
113*84e0f1c1SIgal Liberman
114*84e0f1c1SIgal Liberman&boardctrl {
115*84e0f1c1SIgal Liberman	mdio-mux-emi1 {
116*84e0f1c1SIgal Liberman		compatible = "mdio-mux-mmioreg", "mdio-mux";
117*84e0f1c1SIgal Liberman		mdio-parent-bus = <&mdio0>;
118*84e0f1c1SIgal Liberman		#address-cells = <1>;
119*84e0f1c1SIgal Liberman		#size-cells = <0>;
120*84e0f1c1SIgal Liberman		reg = <0x54 1>;
121*84e0f1c1SIgal Liberman		mux-mask = <0xe0>;
122*84e0f1c1SIgal Liberman
123*84e0f1c1SIgal Liberman		t2080mdio0: mdio@0 {
124*84e0f1c1SIgal Liberman			#address-cells = <1>;
125*84e0f1c1SIgal Liberman			#size-cells = <0>;
126*84e0f1c1SIgal Liberman			reg = <0>;
127*84e0f1c1SIgal Liberman
128*84e0f1c1SIgal Liberman			rgmii_phy1: ethernet-phy@1 {
129*84e0f1c1SIgal Liberman				reg = <0x1>;
130*84e0f1c1SIgal Liberman			};
131*84e0f1c1SIgal Liberman		};
132*84e0f1c1SIgal Liberman
133*84e0f1c1SIgal Liberman		t2080mdio1: mdio@20 {
134*84e0f1c1SIgal Liberman			#address-cells = <1>;
135*84e0f1c1SIgal Liberman			#size-cells = <0>;
136*84e0f1c1SIgal Liberman			reg = <0x20>;
137*84e0f1c1SIgal Liberman
138*84e0f1c1SIgal Liberman			rgmii_phy2: ethernet-phy@2 {
139*84e0f1c1SIgal Liberman				reg = <0x2>;
140*84e0f1c1SIgal Liberman			};
141*84e0f1c1SIgal Liberman		};
142*84e0f1c1SIgal Liberman
143*84e0f1c1SIgal Liberman		t2080mdio2: mdio@40 {
144*84e0f1c1SIgal Liberman			#address-cells = <1>;
145*84e0f1c1SIgal Liberman			#size-cells = <0>;
146*84e0f1c1SIgal Liberman			reg = <0x40>;
147*84e0f1c1SIgal Liberman			status = "disabled";
148*84e0f1c1SIgal Liberman
149*84e0f1c1SIgal Liberman			phy_sgmii_s1_1c: ethernet-phy@1c {
150*84e0f1c1SIgal Liberman				reg = <0x1c>;
151*84e0f1c1SIgal Liberman			};
152*84e0f1c1SIgal Liberman
153*84e0f1c1SIgal Liberman			phy_sgmii_s1_1d: ethernet-phy@1d {
154*84e0f1c1SIgal Liberman				reg = <0x1d>;
155*84e0f1c1SIgal Liberman			};
156*84e0f1c1SIgal Liberman
157*84e0f1c1SIgal Liberman			phy_sgmii_s1_1e: ethernet-phy@1e {
158*84e0f1c1SIgal Liberman				reg = <0x1e>;
159*84e0f1c1SIgal Liberman			};
160*84e0f1c1SIgal Liberman
161*84e0f1c1SIgal Liberman			phy_sgmii_s1_1f: ethernet-phy@1f {
162*84e0f1c1SIgal Liberman				reg = <0x1f>;
163*84e0f1c1SIgal Liberman			};
164*84e0f1c1SIgal Liberman		};
165*84e0f1c1SIgal Liberman
166*84e0f1c1SIgal Liberman		t2080mdio3: mdio@c0 {
167*84e0f1c1SIgal Liberman			#address-cells = <1>;
168*84e0f1c1SIgal Liberman			#size-cells = <0>;
169*84e0f1c1SIgal Liberman			reg = <0xc0>;
170*84e0f1c1SIgal Liberman
171*84e0f1c1SIgal Liberman			phy_sgmii_s2_1c: ethernet-phy@1c {
172*84e0f1c1SIgal Liberman				reg = <0x1c>;
173*84e0f1c1SIgal Liberman			};
174*84e0f1c1SIgal Liberman
175*84e0f1c1SIgal Liberman			phy_sgmii_s2_1d: ethernet-phy@1d {
176*84e0f1c1SIgal Liberman				reg = <0x1d>;
177*84e0f1c1SIgal Liberman			};
178*84e0f1c1SIgal Liberman
179*84e0f1c1SIgal Liberman			phy_sgmii_s2_1e: ethernet-phy@1e {
180*84e0f1c1SIgal Liberman				reg = <0x1e>;
181*84e0f1c1SIgal Liberman			};
182*84e0f1c1SIgal Liberman
183*84e0f1c1SIgal Liberman			phy_sgmii_s2_1f: ethernet-phy@1f {
184*84e0f1c1SIgal Liberman				reg = <0x1f>;
185*84e0f1c1SIgal Liberman			};
186*84e0f1c1SIgal Liberman		};
187*84e0f1c1SIgal Liberman
188*84e0f1c1SIgal Liberman		t2080mdio4: mdio@60 {
189*84e0f1c1SIgal Liberman			#address-cells = <1>;
190*84e0f1c1SIgal Liberman			#size-cells = <0>;
191*84e0f1c1SIgal Liberman			reg = <0x60>;
192*84e0f1c1SIgal Liberman			status = "disabled";
193*84e0f1c1SIgal Liberman
194*84e0f1c1SIgal Liberman			phy_sgmii_s3_1c: ethernet-phy@1c {
195*84e0f1c1SIgal Liberman				reg = <0x1c>;
196*84e0f1c1SIgal Liberman			};
197*84e0f1c1SIgal Liberman
198*84e0f1c1SIgal Liberman			phy_sgmii_s3_1d: ethernet-phy@1d {
199*84e0f1c1SIgal Liberman				reg = <0x1d>;
200*84e0f1c1SIgal Liberman			};
201*84e0f1c1SIgal Liberman
202*84e0f1c1SIgal Liberman			phy_sgmii_s3_1e: ethernet-phy@1e {
203*84e0f1c1SIgal Liberman				reg = <0x1e>;
204*84e0f1c1SIgal Liberman			};
205*84e0f1c1SIgal Liberman
206*84e0f1c1SIgal Liberman			phy_sgmii_s3_1f: ethernet-phy@1f {
207*84e0f1c1SIgal Liberman				reg = <0x1f>;
208*84e0f1c1SIgal Liberman			};
209*84e0f1c1SIgal Liberman		};
210*84e0f1c1SIgal Liberman	};
211*84e0f1c1SIgal Liberman};
212*84e0f1c1SIgal Liberman
213dc37374bSHongtao Jia/include/ "t2080si-post.dtsi"
214