From 5b50c166b79ffa0a2e3b0f3785fa5263685a81f2 Mon Sep 17 00:00:00 2001 From: Mark Jackson Date: Mon, 13 Oct 2008 13:14:50 +0000 Subject: avr32: Add MIMC200 board support Please consider the following patch which adds support for a new AVR32 based board. The board is closely based on Atmel's NGW100 reference board, but has an extra 8MByte FLASH and 128KByte FRAM. Signed-off-by: Mark Jackson Signed-off-by: Haavard Skinnemoen --- arch/avr32/boards/mimc200/setup.c | 237 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 237 insertions(+) create mode 100644 arch/avr32/boards/mimc200/setup.c (limited to 'arch/avr32/boards/mimc200/setup.c') diff --git a/arch/avr32/boards/mimc200/setup.c b/arch/avr32/boards/mimc200/setup.c new file mode 100644 index 00000000000..397cbb8f44c --- /dev/null +++ b/arch/avr32/boards/mimc200/setup.c @@ -0,0 +1,237 @@ +/* + * Board-specific setup code for the MIMC200 + * + * Copyright (C) 2008 Mercury IMC Ltd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +extern struct atmel_lcdfb_info mimc200_lcdc_data; + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include