]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/mpl/vcma9/vcma9.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / mpl / vcma9 / vcma9.h
CommitLineData
1cb8e980 1/*
531716e1 2 * (C) Copyright 2002, 2003
1cb8e980
WD
3 * David Mueller, ELSOFT AG, d.mueller@elsoft.ch
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
1cb8e980
WD
6 */
7 /****************************************************************************
8 * Global routines used for VCMA9
9 *****************************************************************************/
10
ac67804f 11#include <asm/arch/s3c24x0_cpu.h>
1cb8e980 12
f3108304
DMEA
13extern void vcma9_print_info(void);
14extern int do_mplcommon(cmd_tbl_t *cmdtp, int flag,
15 int argc, char *const argv[]);
16
17/* VCMA9 PLD registers */
18enum vcma9_pld_regs {
19 VCMA9_PLD_ID,
20 VCMA9_PLD_NIC,
21 VCMA9_PLD_CAN,
22 VCMA9_PLD_MISC,
23 VCMA9_PLD_GPCD,
24 VCMA9_PLD_BOARD,
25 VCMA9_PLD_SDRAM
26};
27
28#define VCMA9_PLD_BASE (0x2C000100)