Albert Aribaud | ac2ba9e | 2010-06-17 19:36:07 +0530 | [diff] [blame] | 1 | /* |
Albert ARIBAUD | 340983d | 2011-04-22 19:41:02 +0200 | [diff] [blame] | 2 | * Copyright (C) 2010 Albert ARIBAUD <albert.u.boot@aribaud.net> |
Albert Aribaud | ac2ba9e | 2010-06-17 19:36:07 +0530 | [diff] [blame] | 3 | * |
| 4 | * Based on original Kirkwood 88F6182 support which is |
| 5 | * (C) Copyright 2009 |
| 6 | * Marvell Semiconductor <www.marvell.com> |
| 7 | * Written-by: Prafulla Wadaskar <prafulla@marvell.com> |
| 8 | * |
| 9 | * Header file for Feroceon CPU core 88F5182 SOC. |
| 10 | * |
| 11 | * See file CREDITS for list of people who contributed to this |
| 12 | * project. |
| 13 | * |
| 14 | * This program is free software; you can redistribute it and/or |
| 15 | * modify it under the terms of the GNU General Public License as |
| 16 | * published by the Free Software Foundation; either version 2 of |
| 17 | * the License, or (at your option) any later version. |
| 18 | * |
| 19 | * This program is distributed in the hope that it will be useful, |
| 20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 22 | * GNU General Public License for more details. |
| 23 | * |
| 24 | * You should have received a copy of the GNU General Public License |
| 25 | * along with this program; if not, write to the Free Software |
| 26 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
| 27 | * MA 02110-1301 USA |
| 28 | */ |
| 29 | |
| 30 | #ifndef _CONFIG_88F5182_H |
| 31 | #define _CONFIG_88F5182_H |
| 32 | |
| 33 | /* SOC specific definitions */ |
| 34 | #define F88F5182_REGS_PHYS_BASE 0xf1000000 |
| 35 | #define ORION5X_REGS_PHY_BASE F88F5182_REGS_PHYS_BASE |
| 36 | |
| 37 | /* TCLK Core Clock defination */ |
| 38 | #define CONFIG_SYS_TCLK 166000000 /* 166MHz */ |
| 39 | |
| 40 | #endif /* _CONFIG_88F5182_H */ |