bamboo.dts (b2aaf8f74cdc84a9182f6cabf198b7763bcb9d40) | bamboo.dts (84d727a109081684c2e01b811cb0d6dc3b9380ca) |
---|---|
1/* 2 * Device Tree Source for AMCC Bamboo 3 * 4 * Copyright (c) 2006, 2007 IBM Corp. 5 * Josh Boyer <jwboyer@linux.vnet.ibm.com> 6 * 7 * FIXME: Draft only! 8 * --- 255 unchanged lines hidden (view full) --- 264 0x00000000 0xeed00000 0x00000004 /* IACK */ 265 0x00000000 0xeed00000 0x00000004 /* Special cycle */ 266 0x00000000 0xef400000 0x00000040>; /* Internal registers */ 267 268 /* Outbound ranges, one memory and one IO, 269 * later cannot be changed. Chip supports a second 270 * IO range but we don't use it for now 271 */ | 1/* 2 * Device Tree Source for AMCC Bamboo 3 * 4 * Copyright (c) 2006, 2007 IBM Corp. 5 * Josh Boyer <jwboyer@linux.vnet.ibm.com> 6 * 7 * FIXME: Draft only! 8 * --- 255 unchanged lines hidden (view full) --- 264 0x00000000 0xeed00000 0x00000004 /* IACK */ 265 0x00000000 0xeed00000 0x00000004 /* Special cycle */ 266 0x00000000 0xef400000 0x00000040>; /* Internal registers */ 267 268 /* Outbound ranges, one memory and one IO, 269 * later cannot be changed. Chip supports a second 270 * IO range but we don't use it for now 271 */ |
272 ranges = <0x02000000 0x00000000 0xa0000000 0x00000000 0xa0000000 0x00000000 0x20000000 | 272 ranges = <0x02000000 0x00000000 0xa0000000 0x00000000 0xa0000000 0x00000000 0x40000000 273 0x02000000 0x00000000 0x00000000 0x00000000 0xe0000000 0x00000000 0x00100000 |
273 0x01000000 0x00000000 0x00000000 0x00000000 0xe8000000 0x00000000 0x00010000>; 274 275 /* Inbound 2GB range starting at 0 */ 276 dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x0 0x80000000>; 277 278 /* Bamboo has all 4 IRQ pins tied together per slot */ 279 interrupt-map-mask = <0xf800 0x0 0x0 0x0>; 280 interrupt-map = < --- 19 unchanged lines hidden --- | 274 0x01000000 0x00000000 0x00000000 0x00000000 0xe8000000 0x00000000 0x00010000>; 275 276 /* Inbound 2GB range starting at 0 */ 277 dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x0 0x80000000>; 278 279 /* Bamboo has all 4 IRQ pins tied together per slot */ 280 interrupt-map-mask = <0xf800 0x0 0x0 0x0>; 281 interrupt-map = < --- 19 unchanged lines hidden --- |