]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/mpl/vcma9/vcma9.h
c585c8ecf72c7b48f8a98d9e14edc29fad2df0f5
[people/ms/u-boot.git] / board / mpl / vcma9 / vcma9.h
1 /*
2 * (C) Copyright 2002, 2003
3 * David Mueller, ELSOFT AG, d.mueller@elsoft.ch
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7 /****************************************************************************
8 * Global routines used for VCMA9
9 *****************************************************************************/
10
11 #include <asm/arch/s3c24x0_cpu.h>
12
13 extern void vcma9_print_info(void);
14 extern int do_mplcommon(cmd_tbl_t *cmdtp, int flag,
15 int argc, char *const argv[]);
16
17 /* VCMA9 PLD registers */
18 enum 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)