xref: /freebsd-src/sys/contrib/device-tree/src/powerpc/fsl/mpc8548cds.dtsi (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot/*
2*c66ec88fSEmmanuel Vadot * MPC8548CDS Device Tree Source stub (no addresses or top-level ranges)
3*c66ec88fSEmmanuel Vadot *
4*c66ec88fSEmmanuel Vadot * Copyright 2012 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&board_lbc {
36*c66ec88fSEmmanuel Vadot	nor@0,0 {
37*c66ec88fSEmmanuel Vadot		#address-cells = <1>;
38*c66ec88fSEmmanuel Vadot		#size-cells = <1>;
39*c66ec88fSEmmanuel Vadot		compatible = "cfi-flash";
40*c66ec88fSEmmanuel Vadot		reg = <0x0 0x0 0x01000000>;
41*c66ec88fSEmmanuel Vadot		bank-width = <2>;
42*c66ec88fSEmmanuel Vadot		device-width = <2>;
43*c66ec88fSEmmanuel Vadot
44*c66ec88fSEmmanuel Vadot		partition@0 {
45*c66ec88fSEmmanuel Vadot			reg = <0x0 0x0b00000>;
46*c66ec88fSEmmanuel Vadot			label = "ramdisk-nor";
47*c66ec88fSEmmanuel Vadot		};
48*c66ec88fSEmmanuel Vadot
49*c66ec88fSEmmanuel Vadot		partition@300000 {
50*c66ec88fSEmmanuel Vadot			reg = <0x0b00000 0x0400000>;
51*c66ec88fSEmmanuel Vadot			label = "kernel-nor";
52*c66ec88fSEmmanuel Vadot		};
53*c66ec88fSEmmanuel Vadot
54*c66ec88fSEmmanuel Vadot		partition@700000 {
55*c66ec88fSEmmanuel Vadot			reg = <0x0f00000 0x060000>;
56*c66ec88fSEmmanuel Vadot			label = "dtb-nor";
57*c66ec88fSEmmanuel Vadot		};
58*c66ec88fSEmmanuel Vadot
59*c66ec88fSEmmanuel Vadot		partition@760000 {
60*c66ec88fSEmmanuel Vadot			reg = <0x0f60000 0x020000>;
61*c66ec88fSEmmanuel Vadot			label = "env-nor";
62*c66ec88fSEmmanuel Vadot			read-only;
63*c66ec88fSEmmanuel Vadot		};
64*c66ec88fSEmmanuel Vadot
65*c66ec88fSEmmanuel Vadot		partition@780000 {
66*c66ec88fSEmmanuel Vadot			reg = <0x0f80000 0x080000>;
67*c66ec88fSEmmanuel Vadot			label = "u-boot-nor";
68*c66ec88fSEmmanuel Vadot			read-only;
69*c66ec88fSEmmanuel Vadot		};
70*c66ec88fSEmmanuel Vadot	};
71*c66ec88fSEmmanuel Vadot
72*c66ec88fSEmmanuel Vadot	board-control@1,0 {
73*c66ec88fSEmmanuel Vadot		compatible = "fsl,mpc8548cds-fpga";
74*c66ec88fSEmmanuel Vadot		reg = <0x1 0x0 0x1000>;
75*c66ec88fSEmmanuel Vadot	};
76*c66ec88fSEmmanuel Vadot};
77*c66ec88fSEmmanuel Vadot
78*c66ec88fSEmmanuel Vadot&board_soc {
79*c66ec88fSEmmanuel Vadot	i2c@3000 {
80*c66ec88fSEmmanuel Vadot		eeprom@50 {
81*c66ec88fSEmmanuel Vadot			compatible = "atmel,24c64";
82*c66ec88fSEmmanuel Vadot			reg = <0x50>;
83*c66ec88fSEmmanuel Vadot		};
84*c66ec88fSEmmanuel Vadot
85*c66ec88fSEmmanuel Vadot		eeprom@56 {
86*c66ec88fSEmmanuel Vadot			compatible = "atmel,24c64";
87*c66ec88fSEmmanuel Vadot			reg = <0x56>;
88*c66ec88fSEmmanuel Vadot		};
89*c66ec88fSEmmanuel Vadot
90*c66ec88fSEmmanuel Vadot		eeprom@57 {
91*c66ec88fSEmmanuel Vadot			compatible = "atmel,24c64";
92*c66ec88fSEmmanuel Vadot			reg = <0x57>;
93*c66ec88fSEmmanuel Vadot		};
94*c66ec88fSEmmanuel Vadot	};
95*c66ec88fSEmmanuel Vadot
96*c66ec88fSEmmanuel Vadot	i2c@3100 {
97*c66ec88fSEmmanuel Vadot		eeprom@50 {
98*c66ec88fSEmmanuel Vadot			compatible = "atmel,24c64";
99*c66ec88fSEmmanuel Vadot			reg = <0x50>;
100*c66ec88fSEmmanuel Vadot		};
101*c66ec88fSEmmanuel Vadot	};
102*c66ec88fSEmmanuel Vadot
103*c66ec88fSEmmanuel Vadot	enet0: ethernet@24000 {
104*c66ec88fSEmmanuel Vadot		tbi-handle = <&tbi0>;
105*c66ec88fSEmmanuel Vadot		phy-handle = <&phy0>;
106*c66ec88fSEmmanuel Vadot	};
107*c66ec88fSEmmanuel Vadot
108*c66ec88fSEmmanuel Vadot	mdio@24520 {
109*c66ec88fSEmmanuel Vadot		phy0: ethernet-phy@0 {
110*c66ec88fSEmmanuel Vadot			interrupts = <5 1 0 0>;
111*c66ec88fSEmmanuel Vadot			reg = <0x0>;
112*c66ec88fSEmmanuel Vadot		};
113*c66ec88fSEmmanuel Vadot		phy1: ethernet-phy@1 {
114*c66ec88fSEmmanuel Vadot			interrupts = <5 1 0 0>;
115*c66ec88fSEmmanuel Vadot			reg = <0x1>;
116*c66ec88fSEmmanuel Vadot		};
117*c66ec88fSEmmanuel Vadot		phy2: ethernet-phy@2 {
118*c66ec88fSEmmanuel Vadot			interrupts = <5 1 0 0>;
119*c66ec88fSEmmanuel Vadot			reg = <0x2>;
120*c66ec88fSEmmanuel Vadot		};
121*c66ec88fSEmmanuel Vadot		phy3: ethernet-phy@3 {
122*c66ec88fSEmmanuel Vadot			interrupts = <5 1 0 0>;
123*c66ec88fSEmmanuel Vadot			reg = <0x3>;
124*c66ec88fSEmmanuel Vadot		};
125*c66ec88fSEmmanuel Vadot		tbi0: tbi-phy@11 {
126*c66ec88fSEmmanuel Vadot			reg = <0x11>;
127*c66ec88fSEmmanuel Vadot			device_type = "tbi-phy";
128*c66ec88fSEmmanuel Vadot		};
129*c66ec88fSEmmanuel Vadot	};
130*c66ec88fSEmmanuel Vadot
131*c66ec88fSEmmanuel Vadot	enet1: ethernet@25000 {
132*c66ec88fSEmmanuel Vadot		tbi-handle = <&tbi1>;
133*c66ec88fSEmmanuel Vadot		phy-handle = <&phy1>;
134*c66ec88fSEmmanuel Vadot	};
135*c66ec88fSEmmanuel Vadot
136*c66ec88fSEmmanuel Vadot	mdio@25520 {
137*c66ec88fSEmmanuel Vadot		tbi1: tbi-phy@11 {
138*c66ec88fSEmmanuel Vadot			reg = <0x11>;
139*c66ec88fSEmmanuel Vadot			device_type = "tbi-phy";
140*c66ec88fSEmmanuel Vadot		};
141*c66ec88fSEmmanuel Vadot	};
142*c66ec88fSEmmanuel Vadot
143*c66ec88fSEmmanuel Vadot	enet2: ethernet@26000 {
144*c66ec88fSEmmanuel Vadot		tbi-handle = <&tbi2>;
145*c66ec88fSEmmanuel Vadot		phy-handle = <&phy2>;
146*c66ec88fSEmmanuel Vadot	};
147*c66ec88fSEmmanuel Vadot
148*c66ec88fSEmmanuel Vadot	mdio@26520 {
149*c66ec88fSEmmanuel Vadot		tbi2: tbi-phy@11 {
150*c66ec88fSEmmanuel Vadot			reg = <0x11>;
151*c66ec88fSEmmanuel Vadot			device_type = "tbi-phy";
152*c66ec88fSEmmanuel Vadot		};
153*c66ec88fSEmmanuel Vadot	};
154*c66ec88fSEmmanuel Vadot
155*c66ec88fSEmmanuel Vadot	enet3: ethernet@27000 {
156*c66ec88fSEmmanuel Vadot		tbi-handle = <&tbi3>;
157*c66ec88fSEmmanuel Vadot		phy-handle = <&phy3>;
158*c66ec88fSEmmanuel Vadot	};
159*c66ec88fSEmmanuel Vadot
160*c66ec88fSEmmanuel Vadot	mdio@27520 {
161*c66ec88fSEmmanuel Vadot		tbi3: tbi-phy@11 {
162*c66ec88fSEmmanuel Vadot			reg = <0x11>;
163*c66ec88fSEmmanuel Vadot			device_type = "tbi-phy";
164*c66ec88fSEmmanuel Vadot		};
165*c66ec88fSEmmanuel Vadot	};
166*c66ec88fSEmmanuel Vadot};
167*c66ec88fSEmmanuel Vadot
168*c66ec88fSEmmanuel Vadot&board_pci0 {
169*c66ec88fSEmmanuel Vadot	interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
170*c66ec88fSEmmanuel Vadot	interrupt-map = <
171*c66ec88fSEmmanuel Vadot		/* IDSEL 0x4 (PCIX Slot 2) */
172*c66ec88fSEmmanuel Vadot		0x2000 0x0 0x0 0x1 &mpic 0x0 0x1 0 0
173*c66ec88fSEmmanuel Vadot		0x2000 0x0 0x0 0x2 &mpic 0x1 0x1 0 0
174*c66ec88fSEmmanuel Vadot		0x2000 0x0 0x0 0x3 &mpic 0x2 0x1 0 0
175*c66ec88fSEmmanuel Vadot		0x2000 0x0 0x0 0x4 &mpic 0x3 0x1 0 0
176*c66ec88fSEmmanuel Vadot
177*c66ec88fSEmmanuel Vadot		/* IDSEL 0x5 (PCIX Slot 3) */
178*c66ec88fSEmmanuel Vadot		0x2800 0x0 0x0 0x1 &mpic 0x1 0x1 0 0
179*c66ec88fSEmmanuel Vadot		0x2800 0x0 0x0 0x2 &mpic 0x2 0x1 0 0
180*c66ec88fSEmmanuel Vadot		0x2800 0x0 0x0 0x3 &mpic 0x3 0x1 0 0
181*c66ec88fSEmmanuel Vadot		0x2800 0x0 0x0 0x4 &mpic 0x0 0x1 0 0
182*c66ec88fSEmmanuel Vadot
183*c66ec88fSEmmanuel Vadot		/* IDSEL 0x6 (PCIX Slot 4) */
184*c66ec88fSEmmanuel Vadot		0x3000 0x0 0x0 0x1 &mpic 0x2 0x1 0 0
185*c66ec88fSEmmanuel Vadot		0x3000 0x0 0x0 0x2 &mpic 0x3 0x1 0 0
186*c66ec88fSEmmanuel Vadot		0x3000 0x0 0x0 0x3 &mpic 0x0 0x1 0 0
187*c66ec88fSEmmanuel Vadot		0x3000 0x0 0x0 0x4 &mpic 0x1 0x1 0 0
188*c66ec88fSEmmanuel Vadot
189*c66ec88fSEmmanuel Vadot		/* IDSEL 0x8 (PCIX Slot 5) */
190*c66ec88fSEmmanuel Vadot		0x4000 0x0 0x0 0x1 &mpic 0x0 0x1 0 0
191*c66ec88fSEmmanuel Vadot		0x4000 0x0 0x0 0x2 &mpic 0x1 0x1 0 0
192*c66ec88fSEmmanuel Vadot		0x4000 0x0 0x0 0x3 &mpic 0x2 0x1 0 0
193*c66ec88fSEmmanuel Vadot		0x4000 0x0 0x0 0x4 &mpic 0x3 0x1 0 0
194*c66ec88fSEmmanuel Vadot
195*c66ec88fSEmmanuel Vadot		/* IDSEL 0xC (Tsi310 bridge) */
196*c66ec88fSEmmanuel Vadot		0x6000 0x0 0x0 0x1 &mpic 0x0 0x1 0 0
197*c66ec88fSEmmanuel Vadot		0x6000 0x0 0x0 0x2 &mpic 0x1 0x1 0 0
198*c66ec88fSEmmanuel Vadot		0x6000 0x0 0x0 0x3 &mpic 0x2 0x1 0 0
199*c66ec88fSEmmanuel Vadot		0x6000 0x0 0x0 0x4 &mpic 0x3 0x1 0 0
200*c66ec88fSEmmanuel Vadot
201*c66ec88fSEmmanuel Vadot		/* IDSEL 0x14 (Slot 2) */
202*c66ec88fSEmmanuel Vadot		0xa000 0x0 0x0 0x1 &mpic 0x0 0x1 0 0
203*c66ec88fSEmmanuel Vadot		0xa000 0x0 0x0 0x2 &mpic 0x1 0x1 0 0
204*c66ec88fSEmmanuel Vadot		0xa000 0x0 0x0 0x3 &mpic 0x2 0x1 0 0
205*c66ec88fSEmmanuel Vadot		0xa000 0x0 0x0 0x4 &mpic 0x3 0x1 0 0
206*c66ec88fSEmmanuel Vadot
207*c66ec88fSEmmanuel Vadot		/* IDSEL 0x15 (Slot 3) */
208*c66ec88fSEmmanuel Vadot		0xa800 0x0 0x0 0x1 &mpic 0x1 0x1 0 0
209*c66ec88fSEmmanuel Vadot		0xa800 0x0 0x0 0x2 &mpic 0x2 0x1 0 0
210*c66ec88fSEmmanuel Vadot		0xa800 0x0 0x0 0x3 &mpic 0x3 0x1 0 0
211*c66ec88fSEmmanuel Vadot		0xa800 0x0 0x0 0x4 &mpic 0x0 0x1 0 0
212*c66ec88fSEmmanuel Vadot
213*c66ec88fSEmmanuel Vadot		/* IDSEL 0x16 (Slot 4) */
214*c66ec88fSEmmanuel Vadot		0xb000 0x0 0x0 0x1 &mpic 0x2 0x1 0 0
215*c66ec88fSEmmanuel Vadot		0xb000 0x0 0x0 0x2 &mpic 0x3 0x1 0 0
216*c66ec88fSEmmanuel Vadot		0xb000 0x0 0x0 0x3 &mpic 0x0 0x1 0 0
217*c66ec88fSEmmanuel Vadot		0xb000 0x0 0x0 0x4 &mpic 0x1 0x1 0 0
218*c66ec88fSEmmanuel Vadot
219*c66ec88fSEmmanuel Vadot		/* IDSEL 0x18 (Slot 5) */
220*c66ec88fSEmmanuel Vadot		0xc000 0x0 0x0 0x1 &mpic 0x0 0x1 0 0
221*c66ec88fSEmmanuel Vadot		0xc000 0x0 0x0 0x2 &mpic 0x1 0x1 0 0
222*c66ec88fSEmmanuel Vadot		0xc000 0x0 0x0 0x3 &mpic 0x2 0x1 0 0
223*c66ec88fSEmmanuel Vadot		0xc000 0x0 0x0 0x4 &mpic 0x3 0x1 0 0
224*c66ec88fSEmmanuel Vadot
225*c66ec88fSEmmanuel Vadot		/* IDSEL 0x1C (Tsi310 bridge PCI primary) */
226*c66ec88fSEmmanuel Vadot		0xe000 0x0 0x0 0x1 &mpic 0x0 0x1 0 0
227*c66ec88fSEmmanuel Vadot		0xe000 0x0 0x0 0x2 &mpic 0x1 0x1 0 0
228*c66ec88fSEmmanuel Vadot		0xe000 0x0 0x0 0x3 &mpic 0x2 0x1 0 0
229*c66ec88fSEmmanuel Vadot		0xe000 0x0 0x0 0x4 &mpic 0x3 0x1 0 0>;
230*c66ec88fSEmmanuel Vadot
231*c66ec88fSEmmanuel Vadot	pci_bridge@1c {
232*c66ec88fSEmmanuel Vadot		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
233*c66ec88fSEmmanuel Vadot		interrupt-map = <
234*c66ec88fSEmmanuel Vadot
235*c66ec88fSEmmanuel Vadot			/* IDSEL 0x00 (PrPMC Site) */
236*c66ec88fSEmmanuel Vadot			0000 0x0 0x0 0x1 &mpic 0x0 0x1 0 0
237*c66ec88fSEmmanuel Vadot			0000 0x0 0x0 0x2 &mpic 0x1 0x1 0 0
238*c66ec88fSEmmanuel Vadot			0000 0x0 0x0 0x3 &mpic 0x2 0x1 0 0
239*c66ec88fSEmmanuel Vadot			0000 0x0 0x0 0x4 &mpic 0x3 0x1 0 0
240*c66ec88fSEmmanuel Vadot
241*c66ec88fSEmmanuel Vadot			/* IDSEL 0x04 (VIA chip) */
242*c66ec88fSEmmanuel Vadot			0x2000 0x0 0x0 0x1 &mpic 0x0 0x1 0 0
243*c66ec88fSEmmanuel Vadot			0x2000 0x0 0x0 0x2 &mpic 0x1 0x1 0 0
244*c66ec88fSEmmanuel Vadot			0x2000 0x0 0x0 0x3 &mpic 0x2 0x1 0 0
245*c66ec88fSEmmanuel Vadot			0x2000 0x0 0x0 0x4 &mpic 0x3 0x1 0 0
246*c66ec88fSEmmanuel Vadot
247*c66ec88fSEmmanuel Vadot			/* IDSEL 0x05 (8139) */
248*c66ec88fSEmmanuel Vadot			0x2800 0x0 0x0 0x1 &mpic 0x1 0x1 0 0
249*c66ec88fSEmmanuel Vadot
250*c66ec88fSEmmanuel Vadot			/* IDSEL 0x06 (Slot 6) */
251*c66ec88fSEmmanuel Vadot			0x3000 0x0 0x0 0x1 &mpic 0x2 0x1 0 0
252*c66ec88fSEmmanuel Vadot			0x3000 0x0 0x0 0x2 &mpic 0x3 0x1 0 0
253*c66ec88fSEmmanuel Vadot			0x3000 0x0 0x0 0x3 &mpic 0x0 0x1 0 0
254*c66ec88fSEmmanuel Vadot			0x3000 0x0 0x0 0x4 &mpic 0x1 0x1 0 0
255*c66ec88fSEmmanuel Vadot
256*c66ec88fSEmmanuel Vadot			/* IDESL 0x07 (Slot 7) */
257*c66ec88fSEmmanuel Vadot			0x3800 0x0 0x0 0x1 &mpic 0x3 0x1 0 0
258*c66ec88fSEmmanuel Vadot			0x3800 0x0 0x0 0x2 &mpic 0x0 0x1 0 0
259*c66ec88fSEmmanuel Vadot			0x3800 0x0 0x0 0x3 &mpic 0x1 0x1 0 0
260*c66ec88fSEmmanuel Vadot			0x3800 0x0 0x0 0x4 &mpic 0x2 0x1 0 0>;
261*c66ec88fSEmmanuel Vadot
262*c66ec88fSEmmanuel Vadot		reg = <0xe000 0x0 0x0 0x0 0x0>;
263*c66ec88fSEmmanuel Vadot		#interrupt-cells = <1>;
264*c66ec88fSEmmanuel Vadot		#size-cells = <2>;
265*c66ec88fSEmmanuel Vadot		#address-cells = <3>;
266*c66ec88fSEmmanuel Vadot		ranges = <0x2000000 0x0 0x80000000
267*c66ec88fSEmmanuel Vadot			  0x2000000 0x0 0x80000000
268*c66ec88fSEmmanuel Vadot			  0x0 0x20000000
269*c66ec88fSEmmanuel Vadot			  0x1000000 0x0 0x0
270*c66ec88fSEmmanuel Vadot			  0x1000000 0x0 0x0
271*c66ec88fSEmmanuel Vadot			  0x0 0x80000>;
272*c66ec88fSEmmanuel Vadot		clock-frequency = <33333333>;
273*c66ec88fSEmmanuel Vadot
274*c66ec88fSEmmanuel Vadot		isa@4 {
275*c66ec88fSEmmanuel Vadot			device_type = "isa";
276*c66ec88fSEmmanuel Vadot			#interrupt-cells = <2>;
277*c66ec88fSEmmanuel Vadot			#size-cells = <1>;
278*c66ec88fSEmmanuel Vadot			#address-cells = <2>;
279*c66ec88fSEmmanuel Vadot			reg = <0x2000 0x0 0x0 0x0 0x0>;
280*c66ec88fSEmmanuel Vadot			ranges = <0x1 0x0 0x1000000 0x0 0x0 0x1000>;
281*c66ec88fSEmmanuel Vadot			interrupt-parent = <&i8259>;
282*c66ec88fSEmmanuel Vadot
283*c66ec88fSEmmanuel Vadot			i8259: interrupt-controller@20 {
284*c66ec88fSEmmanuel Vadot				interrupt-controller;
285*c66ec88fSEmmanuel Vadot				device_type = "interrupt-controller";
286*c66ec88fSEmmanuel Vadot				reg = <0x1 0x20 0x2
287*c66ec88fSEmmanuel Vadot				       0x1 0xa0 0x2
288*c66ec88fSEmmanuel Vadot				       0x1 0x4d0 0x2>;
289*c66ec88fSEmmanuel Vadot				#address-cells = <0>;
290*c66ec88fSEmmanuel Vadot				#interrupt-cells = <2>;
291*c66ec88fSEmmanuel Vadot				compatible = "chrp,iic";
292*c66ec88fSEmmanuel Vadot				interrupts = <0 1 0 0>;
293*c66ec88fSEmmanuel Vadot				interrupt-parent = <&mpic>;
294*c66ec88fSEmmanuel Vadot			};
295*c66ec88fSEmmanuel Vadot
296*c66ec88fSEmmanuel Vadot			rtc@70 {
297*c66ec88fSEmmanuel Vadot				compatible = "pnpPNP,b00";
298*c66ec88fSEmmanuel Vadot				reg = <0x1 0x70 0x2>;
299*c66ec88fSEmmanuel Vadot			};
300*c66ec88fSEmmanuel Vadot		};
301*c66ec88fSEmmanuel Vadot	};
302*c66ec88fSEmmanuel Vadot};
303