1*c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later
2*c66ec88fSEmmanuel Vadot/*
3*c66ec88fSEmmanuel Vadot * MPC8568E MDS Device Tree Source
4*c66ec88fSEmmanuel Vadot *
5*c66ec88fSEmmanuel Vadot * Copyright 2007, 2008 Freescale Semiconductor Inc.
6*c66ec88fSEmmanuel Vadot */
7*c66ec88fSEmmanuel Vadot
8*c66ec88fSEmmanuel Vadot/include/ "mpc8568si-pre.dtsi"
9*c66ec88fSEmmanuel Vadot
10*c66ec88fSEmmanuel Vadot/ {
11*c66ec88fSEmmanuel Vadot	model = "MPC8568EMDS";
12*c66ec88fSEmmanuel Vadot	compatible = "MPC8568EMDS", "MPC85xxMDS";
13*c66ec88fSEmmanuel Vadot
14*c66ec88fSEmmanuel Vadot	aliases {
15*c66ec88fSEmmanuel Vadot		pci0 = &pci0;
16*c66ec88fSEmmanuel Vadot		pci1 = &pci1;
17*c66ec88fSEmmanuel Vadot		rapidio0 = &rio;
18*c66ec88fSEmmanuel Vadot	};
19*c66ec88fSEmmanuel Vadot
20*c66ec88fSEmmanuel Vadot	memory {
21*c66ec88fSEmmanuel Vadot		device_type = "memory";
22*c66ec88fSEmmanuel Vadot		reg = <0x0 0x0 0x0 0x0>;
23*c66ec88fSEmmanuel Vadot	};
24*c66ec88fSEmmanuel Vadot
25*c66ec88fSEmmanuel Vadot	lbc: localbus@e0005000 {
26*c66ec88fSEmmanuel Vadot		reg = <0x0 0xe0005000 0x0 0x1000>;
27*c66ec88fSEmmanuel Vadot		ranges = <0x0 0x0 0xfe000000 0x02000000
28*c66ec88fSEmmanuel Vadot			  0x1 0x0 0xf8000000 0x00008000
29*c66ec88fSEmmanuel Vadot			  0x2 0x0 0xf0000000 0x04000000
30*c66ec88fSEmmanuel Vadot			  0x4 0x0 0xf8008000 0x00008000
31*c66ec88fSEmmanuel Vadot			  0x5 0x0 0xf8010000 0x00008000>;
32*c66ec88fSEmmanuel Vadot
33*c66ec88fSEmmanuel Vadot		nor@0,0 {
34*c66ec88fSEmmanuel Vadot			#address-cells = <1>;
35*c66ec88fSEmmanuel Vadot			#size-cells = <1>;
36*c66ec88fSEmmanuel Vadot			compatible = "cfi-flash";
37*c66ec88fSEmmanuel Vadot			reg = <0x0 0x0 0x02000000>;
38*c66ec88fSEmmanuel Vadot			bank-width = <2>;
39*c66ec88fSEmmanuel Vadot			device-width = <2>;
40*c66ec88fSEmmanuel Vadot		};
41*c66ec88fSEmmanuel Vadot
42*c66ec88fSEmmanuel Vadot		bcsr@1,0 {
43*c66ec88fSEmmanuel Vadot			#address-cells = <1>;
44*c66ec88fSEmmanuel Vadot			#size-cells = <1>;
45*c66ec88fSEmmanuel Vadot			compatible = "fsl,mpc8568mds-bcsr";
46*c66ec88fSEmmanuel Vadot			reg = <1 0 0x8000>;
47*c66ec88fSEmmanuel Vadot			ranges = <0 1 0 0x8000>;
48*c66ec88fSEmmanuel Vadot
49*c66ec88fSEmmanuel Vadot			bcsr5: gpio-controller@11 {
50*c66ec88fSEmmanuel Vadot				#gpio-cells = <2>;
51*c66ec88fSEmmanuel Vadot				compatible = "fsl,mpc8568mds-bcsr-gpio";
52*c66ec88fSEmmanuel Vadot				reg = <0x5 0x1>;
53*c66ec88fSEmmanuel Vadot				gpio-controller;
54*c66ec88fSEmmanuel Vadot			};
55*c66ec88fSEmmanuel Vadot		};
56*c66ec88fSEmmanuel Vadot
57*c66ec88fSEmmanuel Vadot		pib@4,0 {
58*c66ec88fSEmmanuel Vadot			compatible = "fsl,mpc8568mds-pib";
59*c66ec88fSEmmanuel Vadot			reg = <4 0 0x8000>;
60*c66ec88fSEmmanuel Vadot		};
61*c66ec88fSEmmanuel Vadot
62*c66ec88fSEmmanuel Vadot		pib@5,0 {
63*c66ec88fSEmmanuel Vadot			compatible = "fsl,mpc8568mds-pib";
64*c66ec88fSEmmanuel Vadot			reg = <5 0 0x8000>;
65*c66ec88fSEmmanuel Vadot		};
66*c66ec88fSEmmanuel Vadot	};
67*c66ec88fSEmmanuel Vadot
68*c66ec88fSEmmanuel Vadot	soc: soc8568@e0000000 {
69*c66ec88fSEmmanuel Vadot		ranges = <0x0 0x0 0xe0000000 0x100000>;
70*c66ec88fSEmmanuel Vadot
71*c66ec88fSEmmanuel Vadot		i2c-sleep-nexus {
72*c66ec88fSEmmanuel Vadot			i2c@3000 {
73*c66ec88fSEmmanuel Vadot				rtc@68 {
74*c66ec88fSEmmanuel Vadot					compatible = "dallas,ds1374";
75*c66ec88fSEmmanuel Vadot					reg = <0x68>;
76*c66ec88fSEmmanuel Vadot					interrupts = <3 1 0 0>;
77*c66ec88fSEmmanuel Vadot				};
78*c66ec88fSEmmanuel Vadot			};
79*c66ec88fSEmmanuel Vadot		};
80*c66ec88fSEmmanuel Vadot
81*c66ec88fSEmmanuel Vadot		enet0: ethernet@24000 {
82*c66ec88fSEmmanuel Vadot			tbi-handle = <&tbi0>;
83*c66ec88fSEmmanuel Vadot			phy-handle = <&phy2>;
84*c66ec88fSEmmanuel Vadot		};
85*c66ec88fSEmmanuel Vadot
86*c66ec88fSEmmanuel Vadot		mdio@24520 {
87*c66ec88fSEmmanuel Vadot			phy0: ethernet-phy@7 {
88*c66ec88fSEmmanuel Vadot				interrupts = <1 1 0 0>;
89*c66ec88fSEmmanuel Vadot				reg = <0x7>;
90*c66ec88fSEmmanuel Vadot			};
91*c66ec88fSEmmanuel Vadot			phy1: ethernet-phy@1 {
92*c66ec88fSEmmanuel Vadot				interrupts = <2 1 0 0>;
93*c66ec88fSEmmanuel Vadot				reg = <0x1>;
94*c66ec88fSEmmanuel Vadot			};
95*c66ec88fSEmmanuel Vadot			phy2: ethernet-phy@2 {
96*c66ec88fSEmmanuel Vadot				interrupts = <1 1 0 0>;
97*c66ec88fSEmmanuel Vadot				reg = <0x2>;
98*c66ec88fSEmmanuel Vadot			};
99*c66ec88fSEmmanuel Vadot			phy3: ethernet-phy@3 {
100*c66ec88fSEmmanuel Vadot				interrupts = <2 1 0 0>;
101*c66ec88fSEmmanuel Vadot				reg = <0x3>;
102*c66ec88fSEmmanuel Vadot			};
103*c66ec88fSEmmanuel Vadot			tbi0: tbi-phy@11 {
104*c66ec88fSEmmanuel Vadot				reg = <0x11>;
105*c66ec88fSEmmanuel Vadot				device_type = "tbi-phy";
106*c66ec88fSEmmanuel Vadot			};
107*c66ec88fSEmmanuel Vadot		};
108*c66ec88fSEmmanuel Vadot
109*c66ec88fSEmmanuel Vadot		enet1: ethernet@25000 {
110*c66ec88fSEmmanuel Vadot			tbi-handle = <&tbi1>;
111*c66ec88fSEmmanuel Vadot			phy-handle = <&phy3>;
112*c66ec88fSEmmanuel Vadot			sleep = <&pmc 0x00000040>;
113*c66ec88fSEmmanuel Vadot		};
114*c66ec88fSEmmanuel Vadot
115*c66ec88fSEmmanuel Vadot		mdio@25520 {
116*c66ec88fSEmmanuel Vadot			tbi1: tbi-phy@11 {
117*c66ec88fSEmmanuel Vadot				reg = <0x11>;
118*c66ec88fSEmmanuel Vadot				device_type = "tbi-phy";
119*c66ec88fSEmmanuel Vadot			};
120*c66ec88fSEmmanuel Vadot		};
121*c66ec88fSEmmanuel Vadot
122*c66ec88fSEmmanuel Vadot		par_io@e0100 {
123*c66ec88fSEmmanuel Vadot			num-ports = <7>;
124*c66ec88fSEmmanuel Vadot
125*c66ec88fSEmmanuel Vadot			pio1: ucc_pin@1 {
126*c66ec88fSEmmanuel Vadot				pio-map = <
127*c66ec88fSEmmanuel Vadot			/* port  pin  dir  open_drain  assignment  has_irq */
128*c66ec88fSEmmanuel Vadot					0x4  0xa  0x1  0x0  0x2  0x0 	/* TxD0 */
129*c66ec88fSEmmanuel Vadot					0x4  0x9  0x1  0x0  0x2  0x0 	/* TxD1 */
130*c66ec88fSEmmanuel Vadot					0x4  0x8  0x1  0x0  0x2  0x0 	/* TxD2 */
131*c66ec88fSEmmanuel Vadot					0x4  0x7  0x1  0x0  0x2  0x0 	/* TxD3 */
132*c66ec88fSEmmanuel Vadot					0x4  0x17  0x1  0x0  0x2  0x0 	/* TxD4 */
133*c66ec88fSEmmanuel Vadot					0x4  0x16  0x1  0x0  0x2  0x0 	/* TxD5 */
134*c66ec88fSEmmanuel Vadot					0x4  0x15  0x1  0x0  0x2  0x0 	/* TxD6 */
135*c66ec88fSEmmanuel Vadot					0x4  0x14  0x1  0x0  0x2  0x0 	/* TxD7 */
136*c66ec88fSEmmanuel Vadot					0x4  0xf  0x2  0x0  0x2  0x0 	/* RxD0 */
137*c66ec88fSEmmanuel Vadot					0x4  0xe  0x2  0x0  0x2  0x0 	/* RxD1 */
138*c66ec88fSEmmanuel Vadot					0x4  0xd  0x2  0x0  0x2  0x0 	/* RxD2 */
139*c66ec88fSEmmanuel Vadot					0x4  0xc  0x2  0x0  0x2  0x0 	/* RxD3 */
140*c66ec88fSEmmanuel Vadot					0x4  0x1d  0x2  0x0  0x2  0x0 	/* RxD4 */
141*c66ec88fSEmmanuel Vadot					0x4  0x1c  0x2  0x0  0x2  0x0 	/* RxD5 */
142*c66ec88fSEmmanuel Vadot					0x4  0x1b  0x2  0x0  0x2  0x0 	/* RxD6 */
143*c66ec88fSEmmanuel Vadot					0x4  0x1a  0x2  0x0  0x2  0x0 	/* RxD7 */
144*c66ec88fSEmmanuel Vadot					0x4  0xb  0x1  0x0  0x2  0x0 	/* TX_EN */
145*c66ec88fSEmmanuel Vadot					0x4  0x18  0x1  0x0  0x2  0x0 	/* TX_ER */
146*c66ec88fSEmmanuel Vadot					0x4  0x10  0x2  0x0  0x2  0x0 	/* RX_DV */
147*c66ec88fSEmmanuel Vadot					0x4  0x1e  0x2  0x0  0x2  0x0 	/* RX_ER */
148*c66ec88fSEmmanuel Vadot					0x4  0x11  0x2  0x0  0x2  0x0 	/* RX_CLK */
149*c66ec88fSEmmanuel Vadot					0x4  0x13  0x1  0x0  0x2  0x0 	/* GTX_CLK */
150*c66ec88fSEmmanuel Vadot					0x1  0x1f  0x2  0x0  0x3  0x0>;	/* GTX125 */
151*c66ec88fSEmmanuel Vadot			};
152*c66ec88fSEmmanuel Vadot
153*c66ec88fSEmmanuel Vadot			pio2: ucc_pin@2 {
154*c66ec88fSEmmanuel Vadot				pio-map = <
155*c66ec88fSEmmanuel Vadot			/* port  pin  dir  open_drain  assignment  has_irq */
156*c66ec88fSEmmanuel Vadot					0x5  0xa 0x1  0x0  0x2  0x0   /* TxD0 */
157*c66ec88fSEmmanuel Vadot					0x5  0x9 0x1  0x0  0x2  0x0   /* TxD1 */
158*c66ec88fSEmmanuel Vadot					0x5  0x8 0x1  0x0  0x2  0x0   /* TxD2 */
159*c66ec88fSEmmanuel Vadot					0x5  0x7 0x1  0x0  0x2  0x0   /* TxD3 */
160*c66ec88fSEmmanuel Vadot					0x5  0x17 0x1  0x0  0x2  0x0   /* TxD4 */
161*c66ec88fSEmmanuel Vadot					0x5  0x16 0x1  0x0  0x2  0x0   /* TxD5 */
162*c66ec88fSEmmanuel Vadot					0x5  0x15 0x1  0x0  0x2  0x0   /* TxD6 */
163*c66ec88fSEmmanuel Vadot					0x5  0x14 0x1  0x0  0x2  0x0   /* TxD7 */
164*c66ec88fSEmmanuel Vadot					0x5  0xf 0x2  0x0  0x2  0x0   /* RxD0 */
165*c66ec88fSEmmanuel Vadot					0x5  0xe 0x2  0x0  0x2  0x0   /* RxD1 */
166*c66ec88fSEmmanuel Vadot					0x5  0xd 0x2  0x0  0x2  0x0   /* RxD2 */
167*c66ec88fSEmmanuel Vadot					0x5  0xc 0x2  0x0  0x2  0x0   /* RxD3 */
168*c66ec88fSEmmanuel Vadot					0x5  0x1d 0x2  0x0  0x2  0x0   /* RxD4 */
169*c66ec88fSEmmanuel Vadot					0x5  0x1c 0x2  0x0  0x2  0x0   /* RxD5 */
170*c66ec88fSEmmanuel Vadot					0x5  0x1b 0x2  0x0  0x2  0x0   /* RxD6 */
171*c66ec88fSEmmanuel Vadot					0x5  0x1a 0x2  0x0  0x2  0x0   /* RxD7 */
172*c66ec88fSEmmanuel Vadot					0x5  0xb 0x1  0x0  0x2  0x0   /* TX_EN */
173*c66ec88fSEmmanuel Vadot					0x5  0x18 0x1  0x0  0x2  0x0   /* TX_ER */
174*c66ec88fSEmmanuel Vadot					0x5  0x10 0x2  0x0  0x2  0x0   /* RX_DV */
175*c66ec88fSEmmanuel Vadot					0x5  0x1e 0x2  0x0  0x2  0x0   /* RX_ER */
176*c66ec88fSEmmanuel Vadot					0x5  0x11 0x2  0x0  0x2  0x0   /* RX_CLK */
177*c66ec88fSEmmanuel Vadot					0x5  0x13 0x1  0x0  0x2  0x0   /* GTX_CLK */
178*c66ec88fSEmmanuel Vadot					0x1  0x1f 0x2  0x0  0x3  0x0   /* GTX125 */
179*c66ec88fSEmmanuel Vadot					0x4  0x6 0x3  0x0  0x2  0x0   /* MDIO */
180*c66ec88fSEmmanuel Vadot					0x4  0x5 0x1  0x0  0x2  0x0>; /* MDC */
181*c66ec88fSEmmanuel Vadot			};
182*c66ec88fSEmmanuel Vadot		};
183*c66ec88fSEmmanuel Vadot	};
184*c66ec88fSEmmanuel Vadot
185*c66ec88fSEmmanuel Vadot	qe: qe@e0080000 {
186*c66ec88fSEmmanuel Vadot		ranges = <0x0 0x0 0xe0080000 0x40000>;
187*c66ec88fSEmmanuel Vadot		reg = <0x0 0xe0080000 0x0 0x480>;
188*c66ec88fSEmmanuel Vadot
189*c66ec88fSEmmanuel Vadot		spi@4c0 {
190*c66ec88fSEmmanuel Vadot			mode = "cpu";
191*c66ec88fSEmmanuel Vadot		};
192*c66ec88fSEmmanuel Vadot
193*c66ec88fSEmmanuel Vadot		spi@500 {
194*c66ec88fSEmmanuel Vadot			mode = "cpu";
195*c66ec88fSEmmanuel Vadot		};
196*c66ec88fSEmmanuel Vadot
197*c66ec88fSEmmanuel Vadot		enet2: ucc@2000 {
198*c66ec88fSEmmanuel Vadot			device_type = "network";
199*c66ec88fSEmmanuel Vadot			compatible = "ucc_geth";
200*c66ec88fSEmmanuel Vadot			local-mac-address = [ 00 00 00 00 00 00 ];
201*c66ec88fSEmmanuel Vadot			rx-clock-name = "none";
202*c66ec88fSEmmanuel Vadot			tx-clock-name = "clk16";
203*c66ec88fSEmmanuel Vadot			pio-handle = <&pio1>;
204*c66ec88fSEmmanuel Vadot			phy-handle = <&phy0>;
205*c66ec88fSEmmanuel Vadot			phy-connection-type = "rgmii-id";
206*c66ec88fSEmmanuel Vadot		};
207*c66ec88fSEmmanuel Vadot
208*c66ec88fSEmmanuel Vadot		enet3: ucc@3000 {
209*c66ec88fSEmmanuel Vadot			device_type = "network";
210*c66ec88fSEmmanuel Vadot			compatible = "ucc_geth";
211*c66ec88fSEmmanuel Vadot			local-mac-address = [ 00 00 00 00 00 00 ];
212*c66ec88fSEmmanuel Vadot			rx-clock-name = "none";
213*c66ec88fSEmmanuel Vadot			tx-clock-name = "clk16";
214*c66ec88fSEmmanuel Vadot			pio-handle = <&pio2>;
215*c66ec88fSEmmanuel Vadot			phy-handle = <&phy1>;
216*c66ec88fSEmmanuel Vadot			phy-connection-type = "rgmii-id";
217*c66ec88fSEmmanuel Vadot		};
218*c66ec88fSEmmanuel Vadot
219*c66ec88fSEmmanuel Vadot		mdio@2120 {
220*c66ec88fSEmmanuel Vadot			#address-cells = <1>;
221*c66ec88fSEmmanuel Vadot			#size-cells = <0>;
222*c66ec88fSEmmanuel Vadot			reg = <0x2120 0x18>;
223*c66ec88fSEmmanuel Vadot			compatible = "fsl,ucc-mdio";
224*c66ec88fSEmmanuel Vadot
225*c66ec88fSEmmanuel Vadot			/* These are the same PHYs as on
226*c66ec88fSEmmanuel Vadot			 * gianfar's MDIO bus */
227*c66ec88fSEmmanuel Vadot			qe_phy0: ethernet-phy@7 {
228*c66ec88fSEmmanuel Vadot				interrupt-parent = <&mpic>;
229*c66ec88fSEmmanuel Vadot				interrupts = <1 1 0 0>;
230*c66ec88fSEmmanuel Vadot				reg = <0x7>;
231*c66ec88fSEmmanuel Vadot			};
232*c66ec88fSEmmanuel Vadot			qe_phy1: ethernet-phy@1 {
233*c66ec88fSEmmanuel Vadot				interrupt-parent = <&mpic>;
234*c66ec88fSEmmanuel Vadot				interrupts = <2 1 0 0>;
235*c66ec88fSEmmanuel Vadot				reg = <0x1>;
236*c66ec88fSEmmanuel Vadot			};
237*c66ec88fSEmmanuel Vadot			qe_phy2: ethernet-phy@2 {
238*c66ec88fSEmmanuel Vadot				interrupt-parent = <&mpic>;
239*c66ec88fSEmmanuel Vadot				interrupts = <1 1 0 0>;
240*c66ec88fSEmmanuel Vadot				reg = <0x2>;
241*c66ec88fSEmmanuel Vadot			};
242*c66ec88fSEmmanuel Vadot			qe_phy3: ethernet-phy@3 {
243*c66ec88fSEmmanuel Vadot				interrupt-parent = <&mpic>;
244*c66ec88fSEmmanuel Vadot				interrupts = <2 1 0 0>;
245*c66ec88fSEmmanuel Vadot				reg = <0x3>;
246*c66ec88fSEmmanuel Vadot			};
247*c66ec88fSEmmanuel Vadot		};
248*c66ec88fSEmmanuel Vadot	};
249*c66ec88fSEmmanuel Vadot
250*c66ec88fSEmmanuel Vadot	pci0: pci@e0008000 {
251*c66ec88fSEmmanuel Vadot		reg = <0x0 0xe0008000 0x0 0x1000>;
252*c66ec88fSEmmanuel Vadot		ranges = <0x2000000 0x0 0x80000000 0x0 0x80000000 0x0 0x20000000
253*c66ec88fSEmmanuel Vadot			  0x1000000 0x0 0x00000000 0x0 0xe2000000 0x0 0x800000>;
254*c66ec88fSEmmanuel Vadot		clock-frequency = <66666666>;
255*c66ec88fSEmmanuel Vadot		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
256*c66ec88fSEmmanuel Vadot		interrupt-map = <
257*c66ec88fSEmmanuel Vadot			/* IDSEL 0x12 AD18 */
258*c66ec88fSEmmanuel Vadot			0x9000 0x0 0x0 0x1 &mpic 0x5 0x1 0 0
259*c66ec88fSEmmanuel Vadot			0x9000 0x0 0x0 0x2 &mpic 0x6 0x1 0 0
260*c66ec88fSEmmanuel Vadot			0x9000 0x0 0x0 0x3 &mpic 0x7 0x1 0 0
261*c66ec88fSEmmanuel Vadot			0x9000 0x0 0x0 0x4 &mpic 0x4 0x1 0 0
262*c66ec88fSEmmanuel Vadot
263*c66ec88fSEmmanuel Vadot			/* IDSEL 0x13 AD19 */
264*c66ec88fSEmmanuel Vadot			0x9800 0x0 0x0 0x1 &mpic 0x6 0x1 0 0
265*c66ec88fSEmmanuel Vadot			0x9800 0x0 0x0 0x2 &mpic 0x7 0x1 0 0
266*c66ec88fSEmmanuel Vadot			0x9800 0x0 0x0 0x3 &mpic 0x4 0x1 0 0
267*c66ec88fSEmmanuel Vadot			0x9800 0x0 0x0 0x4 &mpic 0x5 0x1 0 0>;
268*c66ec88fSEmmanuel Vadot	};
269*c66ec88fSEmmanuel Vadot
270*c66ec88fSEmmanuel Vadot	/* PCI Express */
271*c66ec88fSEmmanuel Vadot	pci1: pcie@e000a000 {
272*c66ec88fSEmmanuel Vadot		ranges = <0x2000000 0x0 0xa0000000 0x0 0xa0000000 0x0 0x10000000
273*c66ec88fSEmmanuel Vadot			  0x1000000 0x0 0x00000000 0x0 0xe2800000 0x0 0x800000>;
274*c66ec88fSEmmanuel Vadot		reg = <0x0 0xe000a000 0x0 0x1000>;
275*c66ec88fSEmmanuel Vadot		pcie@0 {
276*c66ec88fSEmmanuel Vadot			ranges = <0x2000000 0x0 0xa0000000
277*c66ec88fSEmmanuel Vadot				  0x2000000 0x0 0xa0000000
278*c66ec88fSEmmanuel Vadot				  0x0 0x10000000
279*c66ec88fSEmmanuel Vadot
280*c66ec88fSEmmanuel Vadot				  0x1000000 0x0 0x0
281*c66ec88fSEmmanuel Vadot				  0x1000000 0x0 0x0
282*c66ec88fSEmmanuel Vadot				  0x0 0x800000>;
283*c66ec88fSEmmanuel Vadot		};
284*c66ec88fSEmmanuel Vadot	};
285*c66ec88fSEmmanuel Vadot
286*c66ec88fSEmmanuel Vadot	rio: rapidio@e00c00000 {
287*c66ec88fSEmmanuel Vadot		reg = <0x0 0xe00c0000 0x0 0x20000>;
288*c66ec88fSEmmanuel Vadot		port1 {
289*c66ec88fSEmmanuel Vadot			ranges = <0x0 0x0 0x0 0xc0000000 0x0 0x20000000>;
290*c66ec88fSEmmanuel Vadot		};
291*c66ec88fSEmmanuel Vadot	};
292*c66ec88fSEmmanuel Vadot
293*c66ec88fSEmmanuel Vadot	leds {
294*c66ec88fSEmmanuel Vadot		compatible = "gpio-leds";
295*c66ec88fSEmmanuel Vadot
296*c66ec88fSEmmanuel Vadot		green {
297*c66ec88fSEmmanuel Vadot			gpios = <&bcsr5 1 0>;
298*c66ec88fSEmmanuel Vadot		};
299*c66ec88fSEmmanuel Vadot
300*c66ec88fSEmmanuel Vadot		amber {
301*c66ec88fSEmmanuel Vadot			gpios = <&bcsr5 2 0>;
302*c66ec88fSEmmanuel Vadot		};
303*c66ec88fSEmmanuel Vadot
304*c66ec88fSEmmanuel Vadot		red {
305*c66ec88fSEmmanuel Vadot			gpios = <&bcsr5 3 0>;
306*c66ec88fSEmmanuel Vadot		};
307*c66ec88fSEmmanuel Vadot	};
308*c66ec88fSEmmanuel Vadot};
309*c66ec88fSEmmanuel Vadot
310*c66ec88fSEmmanuel Vadot/include/ "mpc8568si-post.dtsi"
311