summaryrefslogtreecommitdiff
path: root/cpu/arm926ejs/at91/lowlevel_init.S
diff options
context:
space:
mode:
authorTom Rix <Tom.Rix@windriver.com>2009-09-27 11:10:09 -0500
committerTom Rix <Tom.Rix@windriver.com>2009-10-03 09:04:41 -0500
commitef115a52b5d4eada120411a5aae9f0fb14023d1e (patch)
tree7e949f120c20059606e6f2bf2667d884608ca9ba /cpu/arm926ejs/at91/lowlevel_init.S
parent6dceeaa679ca3326a8dd1ddbd535a0651ec231bb (diff)
Add support for Eukrea CPU9260/CPU9G20 SBC
these boards are built around Atmel's AT91SAM9260/9G20 and have up to 64MB of NOR flash, up to 128MB of SDRAM, up to 2GB of NAND and include a 10/100 Ethernet PHY in RMII mode. Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
Diffstat (limited to 'cpu/arm926ejs/at91/lowlevel_init.S')
-rw-r--r--cpu/arm926ejs/at91/lowlevel_init.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/arm926ejs/at91/lowlevel_init.S b/cpu/arm926ejs/at91/lowlevel_init.S
index 9962ae9bed..f11ebc67b3 100644
--- a/cpu/arm926ejs/at91/lowlevel_init.S
+++ b/cpu/arm926ejs/at91/lowlevel_init.S
@@ -194,7 +194,8 @@ SMRDATA:
.word CONFIG_SYS_PIOD_PPUDR_VAL
.word (AT91_BASE_SYS + AT91_PIOD + PIO_ASR)
.word CONFIG_SYS_PIOD_PPUDR_VAL
-#elif defined(CONFIG_AT91SAM9260) || defined(CONFIG_AT91SAM9261)
+#elif defined(CONFIG_AT91SAM9260) || defined(CONFIG_AT91SAM9261) \
+ || defined(CONFIG_AT91SAM9G20)
.word (AT91_BASE_SYS + AT91_PIOC + PIO_PDR)
.word CONFIG_SYS_PIOC_PDR_VAL1
.word (AT91_BASE_SYS + AT91_PIOC + PIO_PUDR)