]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
at91: Introduction of at91sam9g45 SOC.
authorSedji Gaouaou <sedji.gaouaou@atmel.com>
Thu, 9 Jul 2009 08:16:29 +0000 (10:16 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 12 Jul 2009 15:43:34 +0000 (17:43 +0200)
commit22ee647380c42f44528f99b7c1b423725e542102
tree20e092ef880553d89245d23adc2b1f6b43200f89
parentc33c5990cec7ced9ef1ef148debbca34adafa12b
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>
20 files changed:
MAINTAINERS
MAKEALL
Makefile
board/atmel/at91sam9m10g45ek/Makefile [new file with mode: 0644]
board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c [new file with mode: 0644]
board/atmel/at91sam9m10g45ek/config.mk [new file with mode: 0644]
board/atmel/at91sam9m10g45ek/led.c [new file with mode: 0644]
cpu/arm926ejs/at91/Makefile
cpu/arm926ejs/at91/at91sam9m10g45_devices.c [new file with mode: 0644]
cpu/arm926ejs/at91/clock.c
doc/README.at91
drivers/net/macb.c
include/asm-arm/arch-at91/at91_pmc.h
include/asm-arm/arch-at91/at91sam9_matrix.h
include/asm-arm/arch-at91/at91sam9g45.h [new file with mode: 0644]
include/asm-arm/arch-at91/at91sam9g45_matrix.h [new file with mode: 0644]
include/asm-arm/arch-at91/clk.h
include/asm-arm/arch-at91/hardware.h
include/asm-arm/arch-at91/memory-map.h
include/configs/at91sam9m10g45ek.h [new file with mode: 0644]