diff options
author | wdenk <wdenk> | 2002-11-03 00:01:44 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2002-11-03 00:01:44 +0000 |
commit | 47d1a6e1ed87fe1fb3d737acdb85f69bc3259522 (patch) | |
tree | bcf85bebad1b0b31392a84a649595beacaa57ab1 /board/genietv | |
parent | e221174377d7e3ee848e014b96430d4c97023e93 (diff) | |
download | u-boot-imx-47d1a6e1ed87fe1fb3d737acdb85f69bc3259522.zip u-boot-imx-47d1a6e1ed87fe1fb3d737acdb85f69bc3259522.tar.gz u-boot-imx-47d1a6e1ed87fe1fb3d737acdb85f69bc3259522.tar.bz2 |
Initial revision
Diffstat (limited to 'board/genietv')
-rw-r--r-- | board/genietv/genietv.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/board/genietv/genietv.h b/board/genietv/genietv.h new file mode 100644 index 0000000..7c95b56 --- /dev/null +++ b/board/genietv/genietv.h @@ -0,0 +1,25 @@ +/* + * The GENIETV is using the following physical memorymap (copied from + * the FADS configuration): + * + * ff020000 -> ff02ffff : pcmcia + * ff010000 -> ff01ffff : BCSR connected to CS1, setup by 8xxROM + * ff000000 -> ff00ffff : IMAP internal in the cpu + * 02800000 -> 0287ffff : flash connected to CS0 + * 00000000 -> nnnnnnnn : sdram setup by U-Boot + * + * CS pins are connected as follows: + * + * CS0 -512Kb boot flash + * CS1 - SDRAM #1 + * CS2 - SDRAM #2 + * CS3 - Flash #1 + * CS4 - Flash #2 + * CS5 - LON (if present) + * CS6 - PCMCIA #1 + * CS7 - PCMCIA #2 + * + * Ports are configured as follows: + * + * PA7 - SDRAM banks enable + */ |