Prafulla Wadaskar | 4efb77d | 2009-06-20 11:01:53 +0200 | [diff] [blame] | 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 KW88F6281 SOC. |
| 7 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 8 | * SPDX-License-Identifier: GPL-2.0+ |
Prafulla Wadaskar | 4efb77d | 2009-06-20 11:01:53 +0200 | [diff] [blame] | 9 | */ |
| 10 | |
| 11 | #ifndef _ASM_ARCH_KW88F6281_H |
| 12 | #define _ASM_ARCH_KW88F6281_H |
| 13 | |
Simon Guinot | 29d53d1 | 2011-05-03 21:17:34 +0530 | [diff] [blame] | 14 | /* SOC specific definitions */ |
Prafulla Wadaskar | 4efb77d | 2009-06-20 11:01:53 +0200 | [diff] [blame] | 15 | #define KW88F6281_REGS_PHYS_BASE 0xf1000000 |
| 16 | #define KW_REGS_PHY_BASE KW88F6281_REGS_PHYS_BASE |
| 17 | |
Simon Guinot | 29d53d1 | 2011-05-03 21:17:34 +0530 | [diff] [blame] | 18 | /* TCLK Core Clock definition */ |
| 19 | #ifndef CONFIG_SYS_TCLK |
| 20 | #define CONFIG_SYS_TCLK 200000000 /* 200MHz */ |
| 21 | #endif |
Prafulla Wadaskar | 4efb77d | 2009-06-20 11:01:53 +0200 | [diff] [blame] | 22 | |
| 23 | #endif /* _ASM_ARCH_KW88F6281_H */ |