blob: 1613d6e4049eb2ba22aeceef97e8e57110620713 [file] [log] [blame]
Stefan Roesea62f48d2007-10-11 22:08:27 +10001/*
2 * Device Tree Source for AMCC Kilauea (405EX)
3 *
Stefan Roese13ae5642009-07-29 01:40:56 +00004 * Copyright 2007-2009 DENX Software Engineering, Stefan Roese <sr@denx.de>
Stefan Roesea62f48d2007-10-11 22:08:27 +10005 *
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without
8 * any warranty of any kind, whether express or implied.
9 */
10
David Gibson71f34972008-05-15 16:46:39 +100011/dts-v1/;
12
Stefan Roesea62f48d2007-10-11 22:08:27 +100013/ {
14 #address-cells = <1>;
15 #size-cells = <1>;
16 model = "amcc,kilauea";
17 compatible = "amcc,kilauea";
David Gibson71f34972008-05-15 16:46:39 +100018 dcr-parent = <&{/cpus/cpu@0}>;
Stefan Roesea62f48d2007-10-11 22:08:27 +100019
Stefan Roese8aaed982007-12-15 18:55:16 +110020 aliases {
21 ethernet0 = &EMAC0;
22 ethernet1 = &EMAC1;
23 serial0 = &UART0;
24 serial1 = &UART1;
25 };
26
Stefan Roesea62f48d2007-10-11 22:08:27 +100027 cpus {
28 #address-cells = <1>;
29 #size-cells = <0>;
30
Josh Boyer72fda112007-12-06 13:20:05 -060031 cpu@0 {
Stefan Roesea62f48d2007-10-11 22:08:27 +100032 device_type = "cpu";
Josh Boyer72fda112007-12-06 13:20:05 -060033 model = "PowerPC,405EX";
David Gibson71f34972008-05-15 16:46:39 +100034 reg = <0x00000000>;
Stefan Roesea62f48d2007-10-11 22:08:27 +100035 clock-frequency = <0>; /* Filled in by U-Boot */
36 timebase-frequency = <0>; /* Filled in by U-Boot */
David Gibson71f34972008-05-15 16:46:39 +100037 i-cache-line-size = <32>;
38 d-cache-line-size = <32>;
39 i-cache-size = <16384>; /* 16 kB */
40 d-cache-size = <16384>; /* 16 kB */
Stefan Roesea62f48d2007-10-11 22:08:27 +100041 dcr-controller;
42 dcr-access-method = "native";
43 };
44 };
45
46 memory {
47 device_type = "memory";
David Gibson71f34972008-05-15 16:46:39 +100048 reg = <0x00000000 0x00000000>; /* Filled in by U-Boot */
Stefan Roesea62f48d2007-10-11 22:08:27 +100049 };
50
51 UIC0: interrupt-controller {
52 compatible = "ibm,uic-405ex", "ibm,uic";
53 interrupt-controller;
54 cell-index = <0>;
David Gibson71f34972008-05-15 16:46:39 +100055 dcr-reg = <0x0c0 0x009>;
Stefan Roesea62f48d2007-10-11 22:08:27 +100056 #address-cells = <0>;
57 #size-cells = <0>;
58 #interrupt-cells = <2>;
59 };
60
61 UIC1: interrupt-controller1 {
62 compatible = "ibm,uic-405ex","ibm,uic";
63 interrupt-controller;
64 cell-index = <1>;
David Gibson71f34972008-05-15 16:46:39 +100065 dcr-reg = <0x0d0 0x009>;
Stefan Roesea62f48d2007-10-11 22:08:27 +100066 #address-cells = <0>;
67 #size-cells = <0>;
68 #interrupt-cells = <2>;
David Gibson71f34972008-05-15 16:46:39 +100069 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */
Stefan Roesea62f48d2007-10-11 22:08:27 +100070 interrupt-parent = <&UIC0>;
71 };
72
73 UIC2: interrupt-controller2 {
74 compatible = "ibm,uic-405ex","ibm,uic";
75 interrupt-controller;
76 cell-index = <2>;
David Gibson71f34972008-05-15 16:46:39 +100077 dcr-reg = <0x0e0 0x009>;
Stefan Roesea62f48d2007-10-11 22:08:27 +100078 #address-cells = <0>;
79 #size-cells = <0>;
80 #interrupt-cells = <2>;
David Gibson71f34972008-05-15 16:46:39 +100081 interrupts = <0x1c 0x4 0x1d 0x4>; /* cascade */
Stefan Roesea62f48d2007-10-11 22:08:27 +100082 interrupt-parent = <&UIC0>;
83 };
84
Victor Gallardo05ed60872010-10-08 10:26:13 +000085 CPM0: cpm {
86 compatible = "ibm,cpm";
87 dcr-access-method = "native";
88 dcr-reg = <0x0b0 0x003>;
89 unused-units = <0x00000000>;
90 idle-doze = <0x02000000>;
91 standby = <0xe3e74800>;
92 };
93
Stefan Roesea62f48d2007-10-11 22:08:27 +100094 plb {
95 compatible = "ibm,plb-405ex", "ibm,plb4";
96 #address-cells = <1>;
97 #size-cells = <1>;
98 ranges;
99 clock-frequency = <0>; /* Filled in by U-Boot */
100
101 SDRAM0: memory-controller {
Grant Erickson94ce1c52008-12-18 12:34:05 +0000102 compatible = "ibm,sdram-405ex", "ibm,sdram-4xx-ddr2";
David Gibson71f34972008-05-15 16:46:39 +1000103 dcr-reg = <0x010 0x002>;
Grant Erickson94ce1c52008-12-18 12:34:05 +0000104 interrupt-parent = <&UIC2>;
105 interrupts = <0x5 0x4 /* ECC DED Error */
106 0x6 0x4>; /* ECC SEC Error */
Stefan Roesea62f48d2007-10-11 22:08:27 +1000107 };
108
James Hsiao049359d2009-02-05 16:18:13 +1100109 CRYPTO: crypto@ef700000 {
110 compatible = "amcc,ppc405ex-crypto", "amcc,ppc4xx-crypto";
111 reg = <0xef700000 0x80400>;
112 interrupt-parent = <&UIC0>;
113 interrupts = <0x17 0x2>;
114 };
115
Stefan Roesea62f48d2007-10-11 22:08:27 +1000116 MAL0: mcmal {
117 compatible = "ibm,mcmal-405ex", "ibm,mcmal2";
David Gibson71f34972008-05-15 16:46:39 +1000118 dcr-reg = <0x180 0x062>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000119 num-tx-chans = <2>;
120 num-rx-chans = <2>;
121 interrupt-parent = <&MAL0>;
David Gibson71f34972008-05-15 16:46:39 +1000122 interrupts = <0x0 0x1 0x2 0x3 0x4>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000123 #interrupt-cells = <1>;
124 #address-cells = <0>;
125 #size-cells = <0>;
David Gibson71f34972008-05-15 16:46:39 +1000126 interrupt-map = </*TXEOB*/ 0x0 &UIC0 0xa 0x4
127 /*RXEOB*/ 0x1 &UIC0 0xb 0x4
128 /*SERR*/ 0x2 &UIC1 0x0 0x4
129 /*TXDE*/ 0x3 &UIC1 0x1 0x4
130 /*RXDE*/ 0x4 &UIC1 0x2 0x4>;
131 interrupt-map-mask = <0xffffffff>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000132 };
133
134 POB0: opb {
135 compatible = "ibm,opb-405ex", "ibm,opb";
136 #address-cells = <1>;
137 #size-cells = <1>;
David Gibson71f34972008-05-15 16:46:39 +1000138 ranges = <0x80000000 0x80000000 0x10000000
139 0xef600000 0xef600000 0x00a00000
140 0xf0000000 0xf0000000 0x10000000>;
141 dcr-reg = <0x0a0 0x005>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000142 clock-frequency = <0>; /* Filled in by U-Boot */
143
144 EBC0: ebc {
145 compatible = "ibm,ebc-405ex", "ibm,ebc";
David Gibson71f34972008-05-15 16:46:39 +1000146 dcr-reg = <0x012 0x002>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000147 #address-cells = <2>;
148 #size-cells = <1>;
149 clock-frequency = <0>; /* Filled in by U-Boot */
150 /* ranges property is supplied by U-Boot */
David Gibson71f34972008-05-15 16:46:39 +1000151 interrupts = <0x5 0x1>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000152 interrupt-parent = <&UIC1>;
153
154 nor_flash@0,0 {
155 compatible = "amd,s29gl512n", "cfi-flash";
156 bank-width = <2>;
David Gibson71f34972008-05-15 16:46:39 +1000157 reg = <0x00000000 0x00000000 0x04000000>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000158 #address-cells = <1>;
159 #size-cells = <1>;
160 partition@0 {
161 label = "kernel";
Stefan Roese13ae5642009-07-29 01:40:56 +0000162 reg = <0x00000000 0x001e0000>;
163 };
164 partition@1e0000 {
165 label = "dtb";
166 reg = <0x001e0000 0x00020000>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000167 };
168 partition@200000 {
169 label = "root";
David Gibson71f34972008-05-15 16:46:39 +1000170 reg = <0x00200000 0x00200000>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000171 };
172 partition@400000 {
173 label = "user";
David Gibson71f34972008-05-15 16:46:39 +1000174 reg = <0x00400000 0x03b60000>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000175 };
176 partition@3f60000 {
177 label = "env";
David Gibson71f34972008-05-15 16:46:39 +1000178 reg = <0x03f60000 0x00040000>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000179 };
180 partition@3fa0000 {
181 label = "u-boot";
David Gibson71f34972008-05-15 16:46:39 +1000182 reg = <0x03fa0000 0x00060000>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000183 };
184 };
Stefan Roese13ae5642009-07-29 01:40:56 +0000185
186 ndfc@1,0 {
187 compatible = "ibm,ndfc";
188 reg = <0x00000001 0x00000000 0x00002000>;
189 ccr = <0x00001000>;
190 bank-settings = <0x80002222>;
191 #address-cells = <1>;
192 #size-cells = <1>;
193
194 nand {
195 #address-cells = <1>;
196 #size-cells = <1>;
197
198 partition@0 {
199 label = "u-boot";
200 reg = <0x00000000 0x00100000>;
201 };
202 partition@100000 {
203 label = "user";
204 reg = <0x00000000 0x03f00000>;
205 };
206 };
207 };
Stefan Roesea62f48d2007-10-11 22:08:27 +1000208 };
209
210 UART0: serial@ef600200 {
211 device_type = "serial";
212 compatible = "ns16550";
David Gibson71f34972008-05-15 16:46:39 +1000213 reg = <0xef600200 0x00000008>;
214 virtual-reg = <0xef600200>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000215 clock-frequency = <0>; /* Filled in by U-Boot */
216 current-speed = <0>;
217 interrupt-parent = <&UIC0>;
David Gibson71f34972008-05-15 16:46:39 +1000218 interrupts = <0x1a 0x4>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000219 };
220
221 UART1: serial@ef600300 {
222 device_type = "serial";
223 compatible = "ns16550";
David Gibson71f34972008-05-15 16:46:39 +1000224 reg = <0xef600300 0x00000008>;
225 virtual-reg = <0xef600300>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000226 clock-frequency = <0>; /* Filled in by U-Boot */
227 current-speed = <0>;
228 interrupt-parent = <&UIC0>;
David Gibson71f34972008-05-15 16:46:39 +1000229 interrupts = <0x1 0x4>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000230 };
231
232 IIC0: i2c@ef600400 {
Stefan Roesea62f48d2007-10-11 22:08:27 +1000233 compatible = "ibm,iic-405ex", "ibm,iic";
David Gibson71f34972008-05-15 16:46:39 +1000234 reg = <0xef600400 0x00000014>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000235 interrupt-parent = <&UIC0>;
David Gibson71f34972008-05-15 16:46:39 +1000236 interrupts = <0x2 0x4>;
Stefan Roese13ae5642009-07-29 01:40:56 +0000237 #address-cells = <1>;
238 #size-cells = <0>;
239
240 rtc@68 {
241 compatible = "dallas,ds1338";
242 reg = <0x68>;
243 };
244
245 dtt@48 {
246 compatible = "dallas,ds1775";
247 reg = <0x48>;
248 };
Stefan Roesea62f48d2007-10-11 22:08:27 +1000249 };
250
251 IIC1: i2c@ef600500 {
Stefan Roesea62f48d2007-10-11 22:08:27 +1000252 compatible = "ibm,iic-405ex", "ibm,iic";
David Gibson71f34972008-05-15 16:46:39 +1000253 reg = <0xef600500 0x00000014>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000254 interrupt-parent = <&UIC0>;
David Gibson71f34972008-05-15 16:46:39 +1000255 interrupts = <0x7 0x4>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000256 };
257
Stefan Roesea62f48d2007-10-11 22:08:27 +1000258 RGMII0: emac-rgmii@ef600b00 {
Stefan Roesea62f48d2007-10-11 22:08:27 +1000259 compatible = "ibm,rgmii-405ex", "ibm,rgmii";
David Gibson71f34972008-05-15 16:46:39 +1000260 reg = <0xef600b00 0x00000104>;
Stefan Roese0a6ea8b2007-12-01 21:25:00 +1100261 has-mdio;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000262 };
263
264 EMAC0: ethernet@ef600900 {
David Gibson71f34972008-05-15 16:46:39 +1000265 linux,network-index = <0x0>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000266 device_type = "network";
Grant Erickson05781cc2008-07-08 08:03:11 +1000267 compatible = "ibm,emac-405ex", "ibm,emac4sync";
Stefan Roesea62f48d2007-10-11 22:08:27 +1000268 interrupt-parent = <&EMAC0>;
David Gibson71f34972008-05-15 16:46:39 +1000269 interrupts = <0x0 0x1>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000270 #interrupt-cells = <1>;
271 #address-cells = <0>;
272 #size-cells = <0>;
David Gibson71f34972008-05-15 16:46:39 +1000273 interrupt-map = </*Status*/ 0x0 &UIC0 0x18 0x4
274 /*Wake*/ 0x1 &UIC1 0x1d 0x4>;
Grant Erickson05781cc2008-07-08 08:03:11 +1000275 reg = <0xef600900 0x000000c4>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000276 local-mac-address = [000000000000]; /* Filled in by U-Boot */
277 mal-device = <&MAL0>;
278 mal-tx-channel = <0>;
279 mal-rx-channel = <0>;
280 cell-index = <0>;
David Gibson71f34972008-05-15 16:46:39 +1000281 max-frame-size = <9000>;
282 rx-fifo-size = <4096>;
283 tx-fifo-size = <2048>;
Dave Mitchell835ad8e2009-10-08 06:33:29 +0000284 rx-fifo-size-gige = <16384>;
285 tx-fifo-size-gige = <16384>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000286 phy-mode = "rgmii";
David Gibson71f34972008-05-15 16:46:39 +1000287 phy-map = <0x00000000>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000288 rgmii-device = <&RGMII0>;
289 rgmii-channel = <0>;
Stefan Roese0a6ea8b2007-12-01 21:25:00 +1100290 has-inverted-stacr-oc;
291 has-new-stacr-staopc;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000292 };
293
294 EMAC1: ethernet@ef600a00 {
David Gibson71f34972008-05-15 16:46:39 +1000295 linux,network-index = <0x1>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000296 device_type = "network";
Grant Erickson05781cc2008-07-08 08:03:11 +1000297 compatible = "ibm,emac-405ex", "ibm,emac4sync";
Stefan Roesea62f48d2007-10-11 22:08:27 +1000298 interrupt-parent = <&EMAC1>;
David Gibson71f34972008-05-15 16:46:39 +1000299 interrupts = <0x0 0x1>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000300 #interrupt-cells = <1>;
301 #address-cells = <0>;
302 #size-cells = <0>;
David Gibson71f34972008-05-15 16:46:39 +1000303 interrupt-map = </*Status*/ 0x0 &UIC0 0x19 0x4
304 /*Wake*/ 0x1 &UIC1 0x1f 0x4>;
Grant Erickson05781cc2008-07-08 08:03:11 +1000305 reg = <0xef600a00 0x000000c4>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000306 local-mac-address = [000000000000]; /* Filled in by U-Boot */
307 mal-device = <&MAL0>;
308 mal-tx-channel = <1>;
309 mal-rx-channel = <1>;
310 cell-index = <1>;
David Gibson71f34972008-05-15 16:46:39 +1000311 max-frame-size = <9000>;
312 rx-fifo-size = <4096>;
313 tx-fifo-size = <2048>;
Dave Mitchell835ad8e2009-10-08 06:33:29 +0000314 rx-fifo-size-gige = <16384>;
315 tx-fifo-size-gige = <16384>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000316 phy-mode = "rgmii";
David Gibson71f34972008-05-15 16:46:39 +1000317 phy-map = <0x00000000>;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000318 rgmii-device = <&RGMII0>;
319 rgmii-channel = <1>;
Stefan Roese0a6ea8b2007-12-01 21:25:00 +1100320 has-inverted-stacr-oc;
321 has-new-stacr-staopc;
Stefan Roesea62f48d2007-10-11 22:08:27 +1000322 };
323 };
Stefan Roese151161c2007-12-07 20:34:26 +1100324
325 PCIE0: pciex@0a0000000 {
326 device_type = "pci";
327 #interrupt-cells = <1>;
328 #size-cells = <2>;
329 #address-cells = <3>;
330 compatible = "ibm,plb-pciex-405ex", "ibm,plb-pciex";
331 primary;
David Gibson71f34972008-05-15 16:46:39 +1000332 port = <0x0>; /* port number */
333 reg = <0xa0000000 0x20000000 /* Config space access */
334 0xef000000 0x00001000>; /* Registers */
335 dcr-reg = <0x040 0x020>;
336 sdr-base = <0x400>;
Stefan Roese151161c2007-12-07 20:34:26 +1100337
338 /* Outbound ranges, one memory and one IO,
339 * later cannot be changed
340 */
David Gibson71f34972008-05-15 16:46:39 +1000341 ranges = <0x02000000 0x00000000 0x80000000 0x90000000 0x00000000 0x08000000
342 0x01000000 0x00000000 0x00000000 0xe0000000 0x00000000 0x00010000>;
Stefan Roese151161c2007-12-07 20:34:26 +1100343
344 /* Inbound 2GB range starting at 0 */
David Gibson71f34972008-05-15 16:46:39 +1000345 dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x80000000>;
Stefan Roese151161c2007-12-07 20:34:26 +1100346
Stefan Roesedc884162007-12-15 19:10:56 +1100347 /* This drives busses 0x00 to 0x3f */
David Gibson71f34972008-05-15 16:46:39 +1000348 bus-range = <0x0 0x3f>;
Stefan Roese151161c2007-12-07 20:34:26 +1100349
350 /* Legacy interrupts (note the weird polarity, the bridge seems
351 * to invert PCIe legacy interrupts).
352 * We are de-swizzling here because the numbers are actually for
353 * port of the root complex virtual P2P bridge. But I want
354 * to avoid putting a node for it in the tree, so the numbers
355 * below are basically de-swizzled numbers.
356 * The real slot is on idsel 0, so the swizzling is 1:1
357 */
David Gibson71f34972008-05-15 16:46:39 +1000358 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
Stefan Roese151161c2007-12-07 20:34:26 +1100359 interrupt-map = <
David Gibson71f34972008-05-15 16:46:39 +1000360 0x0 0x0 0x0 0x1 &UIC2 0x0 0x4 /* swizzled int A */
361 0x0 0x0 0x0 0x2 &UIC2 0x1 0x4 /* swizzled int B */
362 0x0 0x0 0x0 0x3 &UIC2 0x2 0x4 /* swizzled int C */
363 0x0 0x0 0x0 0x4 &UIC2 0x3 0x4 /* swizzled int D */>;
Stefan Roese151161c2007-12-07 20:34:26 +1100364 };
365
366 PCIE1: pciex@0c0000000 {
367 device_type = "pci";
368 #interrupt-cells = <1>;
369 #size-cells = <2>;
370 #address-cells = <3>;
371 compatible = "ibm,plb-pciex-405ex", "ibm,plb-pciex";
372 primary;
David Gibson71f34972008-05-15 16:46:39 +1000373 port = <0x1>; /* port number */
374 reg = <0xc0000000 0x20000000 /* Config space access */
375 0xef001000 0x00001000>; /* Registers */
376 dcr-reg = <0x060 0x020>;
377 sdr-base = <0x440>;
Stefan Roese151161c2007-12-07 20:34:26 +1100378
379 /* Outbound ranges, one memory and one IO,
380 * later cannot be changed
381 */
David Gibson71f34972008-05-15 16:46:39 +1000382 ranges = <0x02000000 0x00000000 0x80000000 0x98000000 0x00000000 0x08000000
383 0x01000000 0x00000000 0x00000000 0xe0010000 0x00000000 0x00010000>;
Stefan Roese151161c2007-12-07 20:34:26 +1100384
385 /* Inbound 2GB range starting at 0 */
David Gibson71f34972008-05-15 16:46:39 +1000386 dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x80000000>;
Stefan Roese151161c2007-12-07 20:34:26 +1100387
Stefan Roesedc884162007-12-15 19:10:56 +1100388 /* This drives busses 0x40 to 0x7f */
David Gibson71f34972008-05-15 16:46:39 +1000389 bus-range = <0x40 0x7f>;
Stefan Roese151161c2007-12-07 20:34:26 +1100390
391 /* Legacy interrupts (note the weird polarity, the bridge seems
392 * to invert PCIe legacy interrupts).
393 * We are de-swizzling here because the numbers are actually for
394 * port of the root complex virtual P2P bridge. But I want
395 * to avoid putting a node for it in the tree, so the numbers
396 * below are basically de-swizzled numbers.
397 * The real slot is on idsel 0, so the swizzling is 1:1
398 */
David Gibson71f34972008-05-15 16:46:39 +1000399 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
Stefan Roese151161c2007-12-07 20:34:26 +1100400 interrupt-map = <
David Gibson71f34972008-05-15 16:46:39 +1000401 0x0 0x0 0x0 0x1 &UIC2 0xb 0x4 /* swizzled int A */
402 0x0 0x0 0x0 0x2 &UIC2 0xc 0x4 /* swizzled int B */
403 0x0 0x0 0x0 0x3 &UIC2 0xd 0x4 /* swizzled int C */
404 0x0 0x0 0x0 0x4 &UIC2 0xe 0x4 /* swizzled int D */>;
Stefan Roese151161c2007-12-07 20:34:26 +1100405 };
Rupjyoti Sarmah3fb79332011-03-29 23:10:24 +0000406
407 MSI: ppc4xx-msi@C10000000 {
408 compatible = "amcc,ppc4xx-msi", "ppc4xx-msi";
409 reg = < 0x0 0xEF620000 0x100>;
410 sdr-base = <0x4B0>;
411 msi-data = <0x00000000>;
412 msi-mask = <0x44440000>;
413 interrupt-count = <12>;
414 interrupts = <0 1 2 3 4 5 6 7 8 9 0xA 0xB 0xC 0xD>;
415 interrupt-parent = <&UIC2>;
416 #interrupt-cells = <1>;
417 #address-cells = <0>;
418 #size-cells = <0>;
419 interrupt-map = <0 &UIC2 0x10 1
420 1 &UIC2 0x11 1
421 2 &UIC2 0x12 1
422 2 &UIC2 0x13 1
423 2 &UIC2 0x14 1
424 2 &UIC2 0x15 1
425 2 &UIC2 0x16 1
426 2 &UIC2 0x17 1
427 2 &UIC2 0x18 1
428 2 &UIC2 0x19 1
429 2 &UIC2 0x1A 1
430 2 &UIC2 0x1B 1
431 2 &UIC2 0x1C 1
432 3 &UIC2 0x1D 1>;
433 };
Stefan Roesea62f48d2007-10-11 22:08:27 +1000434 };
435};