]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/include/asm/arch-kirkwood/kw88f6281.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / arm / include / asm / arch-kirkwood / kw88f6281.h
CommitLineData
4efb77d4
PW
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 *
1a459660 8 * SPDX-License-Identifier: GPL-2.0+
4efb77d4
PW
9 */
10
11#ifndef _ASM_ARCH_KW88F6281_H
12#define _ASM_ARCH_KW88F6281_H
13
29d53d19 14/* SOC specific definitions */
4efb77d4
PW
15#define KW88F6281_REGS_PHYS_BASE 0xf1000000
16#define KW_REGS_PHY_BASE KW88F6281_REGS_PHYS_BASE
17
29d53d19
SG
18/* TCLK Core Clock definition */
19#ifndef CONFIG_SYS_TCLK
20#define CONFIG_SYS_TCLK 200000000 /* 200MHz */
21#endif
4efb77d4
PW
22
23#endif /* _ASM_ARCH_KW88F6281_H */