From mboxrd@z Thu Jan 1 00:00:00 1970 From: npavel@mini-box.com (Nicu Pavel) Date: Mon, 31 Oct 2011 16:56:48 +0200 Subject: [PATCH 1/3] Add support for mini-box.com picoSAM9G45 board Message-ID: <1320073010-19549-1-git-send-email-npavel@mini-box.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This patch adds support for picoSAM9G45 board from mini-box.com. This board is based on Atmel G45 SOC. More details can be found at http://arm.mini-box.com Signed-off-by: Nicu Pavel --- arch/arm/mach-at91/board-picosam9g45.c | 436 ++++++++++++++++++++++++++++++++ 1 files changed, 436 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-at91/board-picosam9g45.c diff --git a/arch/arm/mach-at91/board-picosam9g45.c b/arch/arm/mach-at91/board-picosam9g45.c new file mode 100644 index 0000000..84d9dff --- /dev/null +++ b/arch/arm/mach-at91/board-picosam9g45.c @@ -0,0 +1,436 @@ +/* + * Board-specific setup code for the picoSAM9G45 board + * + * http://www.mini-box.com/pico-SAM9G45-X + * + * Copyright (C) 2011 Nicu Pavel + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include