blob: 58ac17496c896e64eb44258064b05de9f8e6581c [file] [log] [blame]
Jon Loeliger707ba162006-08-03 16:27:57 -05001/*
2 * MPC8641 HPCN Device Tree Source
3 *
4 * Copyright 2006 Freescale Semiconductor Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
10 */
11
Alessio Igor Bogani334479d2016-03-04 11:09:11 +010012/include/ "mpc8641si-pre.dtsi"
Jon Loeliger707ba162006-08-03 16:27:57 -050013
14/ {
15 model = "MPC8641HPCN";
Paul Gortmaker06f35b42008-04-16 13:53:06 -040016 compatible = "fsl,mpc8641hpcn";
Jon Loeliger707ba162006-08-03 16:27:57 -050017
Jon Loeliger707ba162006-08-03 16:27:57 -050018 memory {
19 device_type = "memory";
Jon Loeliger6e050d42008-01-25 16:31:01 -060020 reg = <0x00000000 0x40000000>; // 1G at 0x0
Jon Loeliger707ba162006-08-03 16:27:57 -050021 };
22
Alessio Igor Bogani334479d2016-03-04 11:09:11 +010023 lbc: localbus@ffe05000 {
Becky Bruce47f80a32008-12-19 16:05:12 -060024 reg = <0xffe05000 0x1000>;
Wade Farnsworth0ac247d2008-01-22 13:13:39 -070025
Becky Bruce47f80a32008-12-19 16:05:12 -060026 ranges = <0 0 0xef800000 0x00800000
27 2 0 0xffdf8000 0x00008000
28 3 0 0xffdf0000 0x00008000>;
Wade Farnsworth0ac247d2008-01-22 13:13:39 -070029
30 flash@0,0 {
31 compatible = "cfi-flash";
Jon Loeliger6e050d42008-01-25 16:31:01 -060032 reg = <0 0 0x00800000>;
Wade Farnsworth0ac247d2008-01-22 13:13:39 -070033 bank-width = <2>;
34 device-width = <2>;
35 #address-cells = <1>;
36 #size-cells = <1>;
37 partition@0 {
38 label = "kernel";
Jon Loeliger6e050d42008-01-25 16:31:01 -060039 reg = <0x00000000 0x00300000>;
Wade Farnsworth0ac247d2008-01-22 13:13:39 -070040 };
41 partition@300000 {
42 label = "firmware b";
Jon Loeliger6e050d42008-01-25 16:31:01 -060043 reg = <0x00300000 0x00100000>;
Wade Farnsworth0ac247d2008-01-22 13:13:39 -070044 read-only;
45 };
46 partition@400000 {
47 label = "fs";
Jon Loeliger6e050d42008-01-25 16:31:01 -060048 reg = <0x00400000 0x00300000>;
Wade Farnsworth0ac247d2008-01-22 13:13:39 -070049 };
50 partition@700000 {
51 label = "firmware a";
Jon Loeliger6e050d42008-01-25 16:31:01 -060052 reg = <0x00700000 0x00100000>;
Wade Farnsworth0ac247d2008-01-22 13:13:39 -070053 read-only;
54 };
55 };
56 };
57
Alessio Igor Bogani334479d2016-03-04 11:09:11 +010058 soc: soc8641@ffe00000 {
Becky Bruce47f80a32008-12-19 16:05:12 -060059 ranges = <0x00000000 0xffe00000 0x00100000>;
Kumar Galadee80552008-06-27 13:45:19 -050060
Jon Loeliger1c1d1672007-12-05 11:32:50 -060061 enet0: ethernet@24000 {
Andy Flemingb31a1d82008-12-16 15:29:15 -080062 tbi-handle = <&tbi0>;
Kumar Gala6d9065d2007-02-17 16:09:56 -060063 phy-handle = <&phy0>;
Andy Flemingcc651852007-07-10 17:28:49 -050064 phy-connection-type = "rgmii-id";
Alessio Igor Bogani334479d2016-03-04 11:09:11 +010065 };
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +030066
Alessio Igor Bogani334479d2016-03-04 11:09:11 +010067 mdio@24520 {
68 phy0: ethernet-phy@0 {
69 interrupts = <10 1 0 0>;
70 reg = <0>;
71 };
72 phy1: ethernet-phy@1 {
73 interrupts = <10 1 0 0>;
74 reg = <1>;
75 };
76 phy2: ethernet-phy@2 {
77 interrupts = <10 1 0 0>;
78 reg = <2>;
79 };
80 phy3: ethernet-phy@3 {
81 interrupts = <10 1 0 0>;
82 reg = <3>;
83 };
84 tbi0: tbi-phy@11 {
85 reg = <0x11>;
86 device_type = "tbi-phy";
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +030087 };
Jon Loeliger707ba162006-08-03 16:27:57 -050088 };
89
Jon Loeliger1c1d1672007-12-05 11:32:50 -060090 enet1: ethernet@25000 {
Andy Flemingb31a1d82008-12-16 15:29:15 -080091 tbi-handle = <&tbi1>;
Kumar Gala6d9065d2007-02-17 16:09:56 -060092 phy-handle = <&phy1>;
Andy Flemingcc651852007-07-10 17:28:49 -050093 phy-connection-type = "rgmii-id";
Alessio Igor Bogani334479d2016-03-04 11:09:11 +010094 };
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +030095
Alessio Igor Bogani334479d2016-03-04 11:09:11 +010096 mdio@25520 {
97 tbi1: tbi-phy@11 {
98 reg = <0x11>;
99 device_type = "tbi-phy";
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +0300100 };
Jon Loeliger707ba162006-08-03 16:27:57 -0500101 };
102
Jon Loeliger1c1d1672007-12-05 11:32:50 -0600103 enet2: ethernet@26000 {
Andy Flemingb31a1d82008-12-16 15:29:15 -0800104 tbi-handle = <&tbi2>;
Kumar Gala6d9065d2007-02-17 16:09:56 -0600105 phy-handle = <&phy2>;
Andy Flemingcc651852007-07-10 17:28:49 -0500106 phy-connection-type = "rgmii-id";
Alessio Igor Bogani334479d2016-03-04 11:09:11 +0100107 };
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +0300108
Alessio Igor Bogani334479d2016-03-04 11:09:11 +0100109 mdio@26520 {
110 tbi2: tbi-phy@11 {
111 reg = <0x11>;
112 device_type = "tbi-phy";
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +0300113 };
Jon Loeliger707ba162006-08-03 16:27:57 -0500114 };
115
Jon Loeliger1c1d1672007-12-05 11:32:50 -0600116 enet3: ethernet@27000 {
Andy Flemingb31a1d82008-12-16 15:29:15 -0800117 tbi-handle = <&tbi3>;
Kumar Gala6d9065d2007-02-17 16:09:56 -0600118 phy-handle = <&phy3>;
Andy Flemingcc651852007-07-10 17:28:49 -0500119 phy-connection-type = "rgmii-id";
Alessio Igor Bogani334479d2016-03-04 11:09:11 +0100120 };
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +0300121
Alessio Igor Bogani334479d2016-03-04 11:09:11 +0100122 mdio@27520 {
123 tbi3: tbi-phy@11 {
124 reg = <0x11>;
125 device_type = "tbi-phy";
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +0300126 };
Jon Loeliger707ba162006-08-03 16:27:57 -0500127 };
Jon Loeliger1c1d1672007-12-05 11:32:50 -0600128
Kumar Gala54986962011-11-17 08:01:40 -0600129 rmu: rmu@d3000 {
130 #address-cells = <1>;
131 #size-cells = <1>;
132 compatible = "fsl,srio-rmu";
133 reg = <0xd3000 0x500>;
134 ranges = <0x0 0xd3000 0x500>;
135
136 message-unit@0 {
137 compatible = "fsl,srio-msg-unit";
138 reg = <0x0 0x100>;
139 interrupts = <
Alessio Igor Bogani595207b2016-03-04 11:09:10 +0100140 53 2 0 0 /* msg1_tx_irq */
141 54 2 0 0>;/* msg1_rx_irq */
Kumar Gala54986962011-11-17 08:01:40 -0600142 };
143 message-unit@100 {
144 compatible = "fsl,srio-msg-unit";
145 reg = <0x100 0x100>;
146 interrupts = <
Alessio Igor Bogani595207b2016-03-04 11:09:10 +0100147 55 2 0 0 /* msg2_tx_irq */
148 56 2 0 0>;/* msg2_rx_irq */
Kumar Gala54986962011-11-17 08:01:40 -0600149 };
150 doorbell-unit@400 {
151 compatible = "fsl,srio-dbell-unit";
152 reg = <0x400 0x80>;
153 interrupts = <
Alessio Igor Bogani334479d2016-03-04 11:09:11 +0100154 49 2 0 0 /* bell_outb_irq */
Alessio Igor Bogani595207b2016-03-04 11:09:10 +0100155 50 2 0 0>;/* bell_inb_irq */
Kumar Gala54986962011-11-17 08:01:40 -0600156 };
157 port-write-unit@4e0 {
158 compatible = "fsl,srio-port-write-unit";
159 reg = <0x4e0 0x20>;
Alessio Igor Bogani595207b2016-03-04 11:09:10 +0100160 interrupts = <48 2 0 0>;
Kumar Gala54986962011-11-17 08:01:40 -0600161 };
162 };
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500163 };
164
Becky Bruce47f80a32008-12-19 16:05:12 -0600165 pci0: pcie@ffe08000 {
Becky Bruce47f80a32008-12-19 16:05:12 -0600166 reg = <0xffe08000 0x1000>;
Jon Loeliger6e050d42008-01-25 16:31:01 -0600167 ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x20000000
Becky Bruce47f80a32008-12-19 16:05:12 -0600168 0x01000000 0x0 0x00000000 0xffc00000 0x0 0x00010000>;
Jon Loeliger6e050d42008-01-25 16:31:01 -0600169 interrupt-map-mask = <0xff00 0 0 7>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500170 interrupt-map = <
Kumar Galabebfa062007-11-19 23:36:23 -0600171 /* IDSEL 0x11 func 0 - PCI slot 1 */
Scott Woodccdde472018-12-21 21:32:51 -0600172 0x8800 0 0 1 &mpic 2 1 0 0
173 0x8800 0 0 2 &mpic 3 1 0 0
174 0x8800 0 0 3 &mpic 4 1 0 0
175 0x8800 0 0 4 &mpic 1 1 0 0
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500176
Kumar Galabebfa062007-11-19 23:36:23 -0600177 /* IDSEL 0x11 func 1 - PCI slot 1 */
Scott Woodccdde472018-12-21 21:32:51 -0600178 0x8900 0 0 1 &mpic 2 1 0 0
179 0x8900 0 0 2 &mpic 3 1 0 0
180 0x8900 0 0 3 &mpic 4 1 0 0
181 0x8900 0 0 4 &mpic 1 1 0 0
Kumar Galabebfa062007-11-19 23:36:23 -0600182
183 /* IDSEL 0x11 func 2 - PCI slot 1 */
Scott Woodccdde472018-12-21 21:32:51 -0600184 0x8a00 0 0 1 &mpic 2 1 0 0
185 0x8a00 0 0 2 &mpic 3 1 0 0
186 0x8a00 0 0 3 &mpic 4 1 0 0
187 0x8a00 0 0 4 &mpic 1 1 0 0
Kumar Galabebfa062007-11-19 23:36:23 -0600188
189 /* IDSEL 0x11 func 3 - PCI slot 1 */
Scott Woodccdde472018-12-21 21:32:51 -0600190 0x8b00 0 0 1 &mpic 2 1 0 0
191 0x8b00 0 0 2 &mpic 3 1 0 0
192 0x8b00 0 0 3 &mpic 4 1 0 0
193 0x8b00 0 0 4 &mpic 1 1 0 0
Kumar Galabebfa062007-11-19 23:36:23 -0600194
195 /* IDSEL 0x11 func 4 - PCI slot 1 */
Scott Woodccdde472018-12-21 21:32:51 -0600196 0x8c00 0 0 1 &mpic 2 1 0 0
197 0x8c00 0 0 2 &mpic 3 1 0 0
198 0x8c00 0 0 3 &mpic 4 1 0 0
199 0x8c00 0 0 4 &mpic 1 1 0 0
Kumar Galabebfa062007-11-19 23:36:23 -0600200
201 /* IDSEL 0x11 func 5 - PCI slot 1 */
Scott Woodccdde472018-12-21 21:32:51 -0600202 0x8d00 0 0 1 &mpic 2 1 0 0
203 0x8d00 0 0 2 &mpic 3 1 0 0
204 0x8d00 0 0 3 &mpic 4 1 0 0
205 0x8d00 0 0 4 &mpic 1 1 0 0
Kumar Galabebfa062007-11-19 23:36:23 -0600206
207 /* IDSEL 0x11 func 6 - PCI slot 1 */
Scott Woodccdde472018-12-21 21:32:51 -0600208 0x8e00 0 0 1 &mpic 2 1 0 0
209 0x8e00 0 0 2 &mpic 3 1 0 0
210 0x8e00 0 0 3 &mpic 4 1 0 0
211 0x8e00 0 0 4 &mpic 1 1 0 0
Kumar Galabebfa062007-11-19 23:36:23 -0600212
213 /* IDSEL 0x11 func 7 - PCI slot 1 */
Scott Woodccdde472018-12-21 21:32:51 -0600214 0x8f00 0 0 1 &mpic 2 1 0 0
215 0x8f00 0 0 2 &mpic 3 1 0 0
216 0x8f00 0 0 3 &mpic 4 1 0 0
217 0x8f00 0 0 4 &mpic 1 1 0 0
Kumar Galabebfa062007-11-19 23:36:23 -0600218
219 /* IDSEL 0x12 func 0 - PCI slot 2 */
Scott Woodccdde472018-12-21 21:32:51 -0600220 0x9000 0 0 1 &mpic 3 1 0 0
221 0x9000 0 0 2 &mpic 4 1 0 0
222 0x9000 0 0 3 &mpic 1 1 0 0
223 0x9000 0 0 4 &mpic 2 1 0 0
Kumar Galabebfa062007-11-19 23:36:23 -0600224
225 /* IDSEL 0x12 func 1 - PCI slot 2 */
Scott Woodccdde472018-12-21 21:32:51 -0600226 0x9100 0 0 1 &mpic 3 1 0 0
227 0x9100 0 0 2 &mpic 4 1 0 0
228 0x9100 0 0 3 &mpic 1 1 0 0
229 0x9100 0 0 4 &mpic 2 1 0 0
Kumar Galabebfa062007-11-19 23:36:23 -0600230
231 /* IDSEL 0x12 func 2 - PCI slot 2 */
Scott Woodccdde472018-12-21 21:32:51 -0600232 0x9200 0 0 1 &mpic 3 1 0 0
233 0x9200 0 0 2 &mpic 4 1 0 0
234 0x9200 0 0 3 &mpic 1 1 0 0
235 0x9200 0 0 4 &mpic 2 1 0 0
Kumar Galabebfa062007-11-19 23:36:23 -0600236
237 /* IDSEL 0x12 func 3 - PCI slot 2 */
Scott Woodccdde472018-12-21 21:32:51 -0600238 0x9300 0 0 1 &mpic 3 1 0 0
239 0x9300 0 0 2 &mpic 4 1 0 0
240 0x9300 0 0 3 &mpic 1 1 0 0
241 0x9300 0 0 4 &mpic 2 1 0 0
Kumar Galabebfa062007-11-19 23:36:23 -0600242
243 /* IDSEL 0x12 func 4 - PCI slot 2 */
Scott Woodccdde472018-12-21 21:32:51 -0600244 0x9400 0 0 1 &mpic 3 1 0 0
245 0x9400 0 0 2 &mpic 4 1 0 0
246 0x9400 0 0 3 &mpic 1 1 0 0
247 0x9400 0 0 4 &mpic 2 1 0 0
Kumar Galabebfa062007-11-19 23:36:23 -0600248
249 /* IDSEL 0x12 func 5 - PCI slot 2 */
Scott Woodccdde472018-12-21 21:32:51 -0600250 0x9500 0 0 1 &mpic 3 1 0 0
251 0x9500 0 0 2 &mpic 4 1 0 0
252 0x9500 0 0 3 &mpic 1 1 0 0
253 0x9500 0 0 4 &mpic 2 1 0 0
Kumar Galabebfa062007-11-19 23:36:23 -0600254
255 /* IDSEL 0x12 func 6 - PCI slot 2 */
Scott Woodccdde472018-12-21 21:32:51 -0600256 0x9600 0 0 1 &mpic 3 1 0 0
257 0x9600 0 0 2 &mpic 4 1 0 0
258 0x9600 0 0 3 &mpic 1 1 0 0
259 0x9600 0 0 4 &mpic 2 1 0 0
Kumar Galabebfa062007-11-19 23:36:23 -0600260
261 /* IDSEL 0x12 func 7 - PCI slot 2 */
Scott Woodccdde472018-12-21 21:32:51 -0600262 0x9700 0 0 1 &mpic 3 1 0 0
263 0x9700 0 0 2 &mpic 4 1 0 0
264 0x9700 0 0 3 &mpic 1 1 0 0
265 0x9700 0 0 4 &mpic 2 1 0 0
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500266
267 // IDSEL 0x1c USB
Jon Loeliger6e050d42008-01-25 16:31:01 -0600268 0xe000 0 0 1 &i8259 12 2
269 0xe100 0 0 2 &i8259 9 2
270 0xe200 0 0 3 &i8259 10 2
Kumar Galaba1616d2008-07-31 17:06:31 -0500271 0xe300 0 0 4 &i8259 11 2
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500272
273 // IDSEL 0x1d Audio
Jon Loeliger6e050d42008-01-25 16:31:01 -0600274 0xe800 0 0 1 &i8259 6 2
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500275
276 // IDSEL 0x1e Legacy
Jon Loeliger6e050d42008-01-25 16:31:01 -0600277 0xf000 0 0 1 &i8259 7 2
278 0xf100 0 0 1 &i8259 7 2
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500279
280 // IDSEL 0x1f IDE/SATA
Jon Loeliger6e050d42008-01-25 16:31:01 -0600281 0xf800 0 0 1 &i8259 14 2
282 0xf900 0 0 1 &i8259 5 2
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500283 >;
284
285 pcie@0 {
Jon Loeliger6e050d42008-01-25 16:31:01 -0600286 ranges = <0x02000000 0x0 0x80000000
287 0x02000000 0x0 0x80000000
288 0x0 0x20000000
Jon Loeliger707ba162006-08-03 16:27:57 -0500289
Jon Loeliger6e050d42008-01-25 16:31:01 -0600290 0x01000000 0x0 0x00000000
291 0x01000000 0x0 0x00000000
Becky Bruce47f80a32008-12-19 16:05:12 -0600292 0x0 0x00010000>;
Wade Farnsworthdfac6fa2007-06-04 13:24:47 -0700293 uli1575@0 {
294 reg = <0 0 0 0 0>;
295 #size-cells = <2>;
296 #address-cells = <3>;
Jon Loeliger6e050d42008-01-25 16:31:01 -0600297 ranges = <0x02000000 0x0 0x80000000
298 0x02000000 0x0 0x80000000
299 0x0 0x20000000
300 0x01000000 0x0 0x00000000
301 0x01000000 0x0 0x00000000
Becky Bruce47f80a32008-12-19 16:05:12 -0600302 0x0 0x00010000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500303 isa@1e {
304 device_type = "isa";
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500305 #size-cells = <1>;
306 #address-cells = <2>;
Jon Loeliger6e050d42008-01-25 16:31:01 -0600307 reg = <0xf000 0 0 0 0>;
308 ranges = <1 0 0x01000000 0 0
309 0x00001000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500310 interrupt-parent = <&i8259>;
Wade Farnsworthdfac6fa2007-06-04 13:24:47 -0700311
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500312 i8259: interrupt-controller@20 {
Jon Loeliger6e050d42008-01-25 16:31:01 -0600313 reg = <1 0x20 2
314 1 0xa0 2
315 1 0x4d0 2>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500316 interrupt-controller;
317 device_type = "interrupt-controller";
318 #address-cells = <0>;
Wade Farnsworthdfac6fa2007-06-04 13:24:47 -0700319 #interrupt-cells = <2>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500320 compatible = "chrp,iic";
Alessio Igor Bogani595207b2016-03-04 11:09:10 +0100321 interrupts = <9 2 0 0>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500322 };
Wade Farnsworthdfac6fa2007-06-04 13:24:47 -0700323
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500324 i8042@60 {
325 #size-cells = <0>;
326 #address-cells = <1>;
Jon Loeliger6e050d42008-01-25 16:31:01 -0600327 reg = <1 0x60 1 1 0x64 1>;
328 interrupts = <1 3 12 3>;
Alessio Igor Bogani595207b2016-03-04 11:09:10 +0100329 interrupt-parent = <&i8259>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500330
331 keyboard@0 {
332 reg = <0>;
333 compatible = "pnpPNP,303";
Wade Farnsworthdfac6fa2007-06-04 13:24:47 -0700334 };
335
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500336 mouse@1 {
337 reg = <1>;
338 compatible = "pnpPNP,f03";
Wade Farnsworthdfac6fa2007-06-04 13:24:47 -0700339 };
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500340 };
Wade Farnsworthdfac6fa2007-06-04 13:24:47 -0700341
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500342 rtc@70 {
343 compatible =
344 "pnpPNP,b00";
Jon Loeliger6e050d42008-01-25 16:31:01 -0600345 reg = <1 0x70 2>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500346 };
Wade Farnsworthdfac6fa2007-06-04 13:24:47 -0700347
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500348 gpio@400 {
Jon Loeliger6e050d42008-01-25 16:31:01 -0600349 reg = <1 0x400 0x80>;
Wade Farnsworthdfac6fa2007-06-04 13:24:47 -0700350 };
351 };
Jon Loeliger707ba162006-08-03 16:27:57 -0500352 };
Jon Loeliger707ba162006-08-03 16:27:57 -0500353 };
Zhang Weie0e3c8d2007-03-07 11:47:41 -0600354
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500355 };
356
Becky Bruce47f80a32008-12-19 16:05:12 -0600357 pci1: pcie@ffe09000 {
Becky Bruce47f80a32008-12-19 16:05:12 -0600358 reg = <0xffe09000 0x1000>;
Jon Loeliger6e050d42008-01-25 16:31:01 -0600359 ranges = <0x02000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
Becky Bruce47f80a32008-12-19 16:05:12 -0600360 0x01000000 0x0 0x00000000 0xffc10000 0x0 0x00010000>;
Alessio Igor Bogania66639d2016-04-20 10:18:29 +0200361
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500362 pcie@0 {
Jon Loeliger6e050d42008-01-25 16:31:01 -0600363 ranges = <0x02000000 0x0 0xa0000000
364 0x02000000 0x0 0xa0000000
365 0x0 0x20000000
Zhang Weie0e3c8d2007-03-07 11:47:41 -0600366
Jon Loeliger6e050d42008-01-25 16:31:01 -0600367 0x01000000 0x0 0x00000000
368 0x01000000 0x0 0x00000000
Becky Bruce47f80a32008-12-19 16:05:12 -0600369 0x0 0x00010000>;
Jon Loeliger707ba162006-08-03 16:27:57 -0500370 };
371 };
Becky Bruce47f80a32008-12-19 16:05:12 -0600372/*
Kumar Gala54986962011-11-17 08:01:40 -0600373 * Only one of Rapid IO or PCI can be present due to HW limitations and
374 * due to the fact that the 2 now share address space in the new memory
375 * map. The most likely case is that we have PCI, so comment out the
376 * rapidio node. Leave it here for reference.
377
378 rapidio@ffec0000 {
379 reg = <0xffec0000 0x11000>;
380 compatible = "fsl,srio";
Alessio Igor Bogani595207b2016-03-04 11:09:10 +0100381 interrupts = <48 2 0 0>;
Zhang Wei56fde1f2008-04-18 13:33:42 -0700382 #address-cells = <2>;
383 #size-cells = <2>;
Kumar Gala54986962011-11-17 08:01:40 -0600384 fsl,srio-rmu-handle = <&rmu>;
385 ranges;
386
387 port1 {
388 #address-cells = <2>;
389 #size-cells = <2>;
390 cell-index = <1>;
391 ranges = <0 0 0x80000000 0 0x20000000>;
392 };
Zhang Wei56fde1f2008-04-18 13:33:42 -0700393 };
Becky Bruce47f80a32008-12-19 16:05:12 -0600394*/
395
Jon Loeliger707ba162006-08-03 16:27:57 -0500396};
Alessio Igor Bogani334479d2016-03-04 11:09:11 +0100397
398/include/ "mpc8641si-post.dtsi"