ARM: at91: dt: at91sam9g45 family and board device tree files
commit49fe2ba3138ca60422fd90ed76c1918be1c30fc0
authorNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 10 Oct 2011 16:29:24 +0000 (10 18:29 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 25 Oct 2011 11:08:21 +0000 (25 13:08 +0200)
tree706cfe55a2e796ec304cd7ff4c9670e95f2b9402
parentc3b92c8787367a8bb53d57d9789b558f1295cc96
ARM: at91: dt: at91sam9g45 family and board device tree files

Create a new device tree source file for Atmel at91sam9g45 SoC family.
The Evaluation Kit at91sam9m10g45ek includes it.
This first basic support will be populated as drivers and boards will be
converted to device tree.
Contains serial, dma and interrupt controllers.

The generic board file still takes advantage of platform data for early serial
init. As we need a storage media and the NAND flash driver is not converted to
DT yet, we keep old initialization for it.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Reviewed-by: Rob Herring <rob.herring@calxeda.com>
arch/arm/boot/dts/at91sam9g45.dtsi [new file with mode: 0644]
arch/arm/boot/dts/at91sam9m10g45ek.dts [new file with mode: 0644]
arch/arm/mach-at91/Kconfig
arch/arm/mach-at91/Makefile
arch/arm/mach-at91/Makefile.boot
arch/arm/mach-at91/at91sam9g45.c
arch/arm/mach-at91/board-dt.c [new file with mode: 0644]