Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[pandora-kernel.git] / arch / arm / mach-davinci / include / mach / dm646x.h
1 /*
2  * Chip specific defines for DM646x SoC
3  *
4  * Author: Kevin Hilman, Deep Root Systems, LLC
5  *
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
9  * or implied.
10  */
11 #ifndef __ASM_ARCH_DM646X_H
12 #define __ASM_ARCH_DM646X_H
13
14 #include <mach/hardware.h>
15 #include <mach/emac.h>
16
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)
23
24 void __init dm646x_init(void);
25
26 #endif /* __ASM_ARCH_DM646X_H */