summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-at91/at91sam9_matrix.h
diff options
context:
space:
mode:
authorSedji Gaouaou <sedji.gaouaou@atmel.com>2009-07-09 08:16:29 (GMT)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-07-12 15:43:34 (GMT)
commit22ee647380c42f44528f99b7c1b423725e542102 (patch)
tree20e092ef880553d89245d23adc2b1f6b43200f89 /include/asm-arm/arch-at91/at91sam9_matrix.h
parentc33c5990cec7ced9ef1ef148debbca34adafa12b (diff)
downloadu-boot-22ee647380c42f44528f99b7c1b423725e542102.tar.xz
at91: Introduction of at91sam9g45 SOC.
AT91sam9g45 series is an ARM 926ej-s SOC family clocked at 400/133MHz. It embeds USB high speed host and device, LCD, DDR2 RAM, and a full set of peripherals. The first board that embeds at91sam9g45 chip is the AT91SAM9G45-EKES. On the board you can find 2 USART, USB high speed, a 480*272 LG lcd, ethernet, gpio/joystick/buttons. Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
Diffstat (limited to 'include/asm-arm/arch-at91/at91sam9_matrix.h')
-rw-r--r--include/asm-arm/arch-at91/at91sam9_matrix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-at91/at91sam9_matrix.h b/include/asm-arm/arch-at91/at91sam9_matrix.h
index 913f374..6d97189 100644
--- a/include/asm-arm/arch-at91/at91sam9_matrix.h
+++ b/include/asm-arm/arch-at91/at91sam9_matrix.h
@@ -21,6 +21,8 @@
#include <asm/arch/at91sam9rl_matrix.h>
#elif defined(CONFIG_AT91CAP9)
#include <asm/arch/at91cap9_matrix.h>
+#elif defined(CONFIG_AT91SAM9G45) || defined(CONFIG_AT91SAM9M10G45)
+#include <asm/arch/at91sam9g45_matrix.h>
#else
#error "Unsupported AT91SAM9/CAP9 processor"
#endif