1 /*
2  * (C) Copyright 2009
3  * Marvell Semiconductor <www.marvell.com>
4  * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
5  *
6  * Header file for Feroceon CPU core 88FR131 Based KW88F6192 SOC.
7  *
8  * SPDX-License-Identifier:	GPL-2.0+
9  */
10 
11 #ifndef _CONFIG_KW88F6192_H
12 #define _CONFIG_KW88F6192_H
13 
14 /* SOC specific definations */
15 #define KW88F6192_REGS_PHYS_BASE	0xf1000000
16 #define KW_REGS_PHY_BASE		KW88F6192_REGS_PHYS_BASE
17 
18 /* TCLK Core Clock defination */
19 #define CONFIG_SYS_TCLK	  166000000 /* 166MHz */
20 
21 #endif /* _CONFIG_KW88F6192_H */
22