summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-at91/at91sam9263.h
diff options
context:
space:
mode:
authorXu, Hong <Hong.Xu@atmel.com>2011-06-10 21:31:25 +0000
committerU-Boot <uboot@aari01-12.(none)>2011-08-03 13:00:56 +0200
commitffa280fa538c9296b8e831c93fa5773056151eed (patch)
tree92267a4b81a2bd591493582d1520c14c3bb3f3f8 /arch/arm/include/asm/arch-at91/at91sam9263.h
parentf7aea46d6ad9c257d2fbea7238cc8796aaa733f1 (diff)
downloadtalos-obmc-uboot-ffa280fa538c9296b8e831c93fa5773056151eed.tar.gz
talos-obmc-uboot-ffa280fa538c9296b8e831c93fa5773056151eed.zip
AT91: Makes AT91SAM9263 SoC build correctly against u-boot-atmel/master
Rework for AT91SAM9263 SoC, makes it build again. Based on the work for AT91SAM9260-EK. Signed-off-by: Hong Xu <hong.xu@atmel.com> Signed-off-by: Reinhard Meyer <uboot@emk-elektronik.de>
Diffstat (limited to 'arch/arm/include/asm/arch-at91/at91sam9263.h')
-rw-r--r--arch/arm/include/asm/arch-at91/at91sam9263.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-at91/at91sam9263.h b/arch/arm/include/asm/arch-at91/at91sam9263.h
index 2a1d6ee04c..bf9ff7689d 100644
--- a/arch/arm/include/asm/arch-at91/at91sam9263.h
+++ b/arch/arm/include/asm/arch-at91/at91sam9263.h
@@ -125,10 +125,23 @@
#define ATMEL_BASE_UHP 0x00a00000 /* USB Host controller */
/*
+ * External memory
+ */
+#define ATMEL_BASE_CS0 0x10000000 /* typically NOR */
+#define ATMEL_BASE_CS1 0x20000000 /* SDRAM */
+#define ATMEL_BASE_CS2 0x30000000
+#define ATMEL_BASE_CS3 0x40000000 /* typically NAND */
+#define ATMEL_BASE_CS4 0x50000000
+#define ATMEL_BASE_CS5 0x60000000
+#define ATMEL_BASE_CS6 0x70000000
+#define ATMEL_BASE_CS7 0x80000000
+
+/*
* Other misc defines
*/
#define ATMEL_PIO_PORTS 5 /* this SoCs has 5 PIO */
#define ATMEL_BASE_PIO ATMEL_BASE_PIOA
+#define ATMEL_PMC_UHP AT91SAM926x_PMC_UHP
/*
* Cpu Name
OpenPOWER on IntegriCloud