2 * Chip specific defines for DM646x SoC
4 * Author: Kevin Hilman, Deep Root Systems, LLC
6 * 2007 (c) Deep Root Systems, LLC. This file is licensed under
7 * the terms of the GNU General Public License version 2. This program
8 * is licensed "as is" without any warranty of any kind, whether express
11 #ifndef __ASM_ARCH_DM646X_H
12 #define __ASM_ARCH_DM646X_H
14 #include <mach/hardware.h>
15 #include <mach/emac.h>
17 #define DM646X_EMAC_BASE (0x01C80000)
18 #define DM646X_EMAC_CNTRL_OFFSET (0x0000)
19 #define DM646X_EMAC_CNTRL_MOD_OFFSET (0x1000)
20 #define DM646X_EMAC_CNTRL_RAM_OFFSET (0x2000)
21 #define DM646X_EMAC_MDIO_OFFSET (0x4000)
22 #define DM646X_EMAC_CNTRL_RAM_SIZE (0x2000)
24 void __init
dm646x_init(void);
26 #endif /* __ASM_ARCH_DM646X_H */