]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/arch-orion5x/mv88f5182.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[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  * SPDX-License-Identifier:     GPL-2.0+
12  */
13
14 #ifndef _CONFIG_88F5182_H
15 #define _CONFIG_88F5182_H
16
17 /* SOC specific definitions */
18 #define F88F5182_REGS_PHYS_BASE         0xf1000000
19 #define ORION5X_REGS_PHY_BASE           F88F5182_REGS_PHYS_BASE
20
21 /* TCLK Core Clock defination */
22 #define CONFIG_SYS_TCLK                 166000000 /* 166MHz */
23
24 #endif /* _CONFIG_88F5182_H */