diff options
author | Sedji Gaouaou <sedji.gaouaou@atmel.com> | 2009-07-09 10:16:29 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-07-12 17:43:34 +0200 |
commit | 22ee647380c42f44528f99b7c1b423725e542102 (patch) | |
tree | 20e092ef880553d89245d23adc2b1f6b43200f89 /board/atmel/at91sam9m10g45ek/config.mk | |
parent | c33c5990cec7ced9ef1ef148debbca34adafa12b (diff) | |
download | u-boot-imx-22ee647380c42f44528f99b7c1b423725e542102.zip u-boot-imx-22ee647380c42f44528f99b7c1b423725e542102.tar.gz u-boot-imx-22ee647380c42f44528f99b7c1b423725e542102.tar.bz2 |
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 'board/atmel/at91sam9m10g45ek/config.mk')
-rw-r--r-- | board/atmel/at91sam9m10g45ek/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/atmel/at91sam9m10g45ek/config.mk b/board/atmel/at91sam9m10g45ek/config.mk new file mode 100644 index 0000000..7fe9d03 --- /dev/null +++ b/board/atmel/at91sam9m10g45ek/config.mk @@ -0,0 +1 @@ +TEXT_BASE = 0x73f00000 |