]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/arch-orion5x/mv88f5182.h
socfpga: Move board/socfpga_cyclone5 to board/socfpga
[karo-tx-uboot.git] / arch / arm / include / asm / arch-orion5x / mv88f5182.h
1 /*
2  * Copyright (C) 2010 Albert ARIBAUD <albert.u.boot@aribaud.net>
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 */