wdenk | 47d1a6e | 2002-11-03 00:01:44 +0000 | [diff] [blame] | 1 | /* |
| 2 | * The GENIETV is using the following physical memorymap (copied from |
| 3 | * the FADS configuration): |
| 4 | * |
| 5 | * ff020000 -> ff02ffff : pcmcia |
| 6 | * ff010000 -> ff01ffff : BCSR connected to CS1, setup by 8xxROM |
| 7 | * ff000000 -> ff00ffff : IMAP internal in the cpu |
| 8 | * 02800000 -> 0287ffff : flash connected to CS0 |
| 9 | * 00000000 -> nnnnnnnn : sdram setup by U-Boot |
| 10 | * |
| 11 | * CS pins are connected as follows: |
| 12 | * |
| 13 | * CS0 -512Kb boot flash |
| 14 | * CS1 - SDRAM #1 |
| 15 | * CS2 - SDRAM #2 |
| 16 | * CS3 - Flash #1 |
| 17 | * CS4 - Flash #2 |
| 18 | * CS5 - LON (if present) |
| 19 | * CS6 - PCMCIA #1 |
| 20 | * CS7 - PCMCIA #2 |
| 21 | * |
| 22 | * Ports are configured as follows: |
| 23 | * |
| 24 | * PA7 - SDRAM banks enable |
| 25 | */ |