Tom Rix | d8380c9 | 2009-09-27 07:47:24 -0500 | [diff] [blame] | 1 | /* |
Eric Bénard | af4b8b4 | 2010-08-09 11:50:45 +0200 | [diff] [blame] | 2 | * (C) Copyright 2006-2010 Eukrea Electromatique <www.eukrea.com> |
Tom Rix | d8380c9 | 2009-09-27 07:47:24 -0500 | [diff] [blame] | 3 | * Eric Benard <eric@eukrea.com> |
| 4 | * based on at91rm9200dk.c which is : |
| 5 | * (C) Copyright 2002 |
| 6 | * Sysgo Real-Time Solutions, GmbH <www.elinos.com> |
| 7 | * Marius Groeger <mgroeger@sysgo.de> |
| 8 | * |
| 9 | * See file CREDITS for list of people who contributed to this |
| 10 | * project. |
| 11 | * |
| 12 | * This program is free software; you can redistribute it and/or |
| 13 | * modify it under the terms of the GNU General Public License as |
| 14 | * published by the Free Software Foundation; either version 2 of |
| 15 | * the License, or (at your option) any later version. |
| 16 | * |
| 17 | * This program is distributed in the hope that it will be useful, |
| 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 20 | * GNU General Public License for more details. |
| 21 | * |
| 22 | * You should have received a copy of the GNU General Public License |
| 23 | * along with this program; if not, write to the Free Software |
| 24 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, |
| 25 | * MA 02111-1307 USA |
| 26 | */ |
| 27 | |
| 28 | #include <common.h> |
Jens Scharsig | c041e9d | 2010-01-23 12:03:45 +0100 | [diff] [blame] | 29 | #include <netdev.h> |
Jens Scharsig | c041e9d | 2010-01-23 12:03:45 +0100 | [diff] [blame] | 30 | |
Eric Bénard | af4b8b4 | 2010-08-09 11:50:45 +0200 | [diff] [blame] | 31 | #include <asm/io.h> |
| 32 | #include <asm/arch/hardware.h> |
| 33 | #include <asm/arch/at91_pio.h> |
| 34 | #include <asm/arch/at91_pmc.h> |
Andreas Bießmann | dbbf13b | 2011-06-12 01:49:16 +0000 | [diff] [blame] | 35 | #include <asm/arch/at91_common.h> |
Tom Rix | d8380c9 | 2009-09-27 07:47:24 -0500 | [diff] [blame] | 36 | |
| 37 | DECLARE_GLOBAL_DATA_PTR; |
| 38 | |
| 39 | /* ------------------------------------------------------------------------- */ |
| 40 | /* |
| 41 | * Miscelaneous platform dependent initialisations |
| 42 | */ |
| 43 | |
| 44 | int board_init(void) |
| 45 | { |
Tom Rix | d8380c9 | 2009-09-27 07:47:24 -0500 | [diff] [blame] | 46 | /* arch number of CPUAT91-Board */ |
| 47 | gd->bd->bi_arch_number = MACH_TYPE_CPUAT91; |
| 48 | /* adress of boot parameters */ |
Eric Benard | 632f8fd | 2011-04-03 06:35:55 +0000 | [diff] [blame] | 49 | gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; |
Tom Rix | d8380c9 | 2009-09-27 07:47:24 -0500 | [diff] [blame] | 50 | |
| 51 | return 0; |
| 52 | } |
| 53 | |
Andreas Bießmann | dbbf13b | 2011-06-12 01:49:16 +0000 | [diff] [blame] | 54 | int board_early_init_f(void) |
| 55 | { |
| 56 | at91_seriald_hw_init(); |
| 57 | return 0; |
| 58 | } |
| 59 | |
| 60 | |
Tom Rix | d8380c9 | 2009-09-27 07:47:24 -0500 | [diff] [blame] | 61 | int dram_init(void) |
| 62 | { |
Eric Benard | 632f8fd | 2011-04-03 06:35:55 +0000 | [diff] [blame] | 63 | /* dram_init must store complete ramsize in gd->ram_size */ |
Albert ARIBAUD | a55d23c | 2011-07-03 05:55:33 +0000 | [diff] [blame] | 64 | gd->ram_size = get_ram_size((long *)CONFIG_SYS_SDRAM_BASE, |
Eric Benard | 632f8fd | 2011-04-03 06:35:55 +0000 | [diff] [blame] | 65 | CONFIG_SYS_SDRAM_SIZE); |
Tom Rix | d8380c9 | 2009-09-27 07:47:24 -0500 | [diff] [blame] | 66 | return 0; |
| 67 | } |
| 68 | |
Jens Scharsig | c041e9d | 2010-01-23 12:03:45 +0100 | [diff] [blame] | 69 | #ifdef CONFIG_DRIVER_AT91EMAC |
Jens Scharsig | c041e9d | 2010-01-23 12:03:45 +0100 | [diff] [blame] | 70 | int board_eth_init(bd_t *bis) |
| 71 | { |
Eric Benard | d0a9462 | 2011-06-06 22:48:29 +0000 | [diff] [blame] | 72 | return at91emac_register(bis, (u32) ATMEL_BASE_EMAC); |
Jens Scharsig | c041e9d | 2010-01-23 12:03:45 +0100 | [diff] [blame] | 73 | } |
| 74 | #endif |
Eric Bénard | af4b8b4 | 2010-08-09 11:50:45 +0200 | [diff] [blame] | 75 | |
| 76 | #ifdef CONFIG_SOFT_I2C |
| 77 | void i2c_init_board(void) |
| 78 | { |
| 79 | u32 pin; |
Eric Benard | d0a9462 | 2011-06-06 22:48:29 +0000 | [diff] [blame] | 80 | at91_pmc_t *pmc = (at91_pmc_t *) ATMEL_BASE_PMC; |
| 81 | at91_pio_t *pio = (at91_pio_t *) ATMEL_BASE_PIO; |
Eric Bénard | af4b8b4 | 2010-08-09 11:50:45 +0200 | [diff] [blame] | 82 | |
| 83 | writel(1 << AT91_ID_PIOA, &pmc->pcer); |
| 84 | pin = AT91_PMX_AA_TWD | AT91_PMX_AA_TWCK; |
| 85 | writel(pin, &pio->pioa.idr); |
| 86 | writel(pin, &pio->pioa.pudr); |
| 87 | writel(pin, &pio->pioa.per); |
| 88 | writel(pin, &pio->pioa.oer); |
| 89 | writel(pin, &pio->pioa.sodr); |
| 90 | } |
| 91 | #endif |