davinci: dm646x: Add IDE setup
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-davinci / include / mach / dm646x.h
blobfeb1e02cdbd8de19a9804577a42e9ef175b91759
1 /*
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
9 * or implied.
11 #ifndef __ASM_ARCH_DM646X_H
12 #define __ASM_ARCH_DM646X_H
14 #include <mach/hardware.h>
15 #include <mach/emac.h>
16 #include <mach/asp.h>
18 #define DM646X_EMAC_BASE (0x01C80000)
19 #define DM646X_EMAC_CNTRL_OFFSET (0x0000)
20 #define DM646X_EMAC_CNTRL_MOD_OFFSET (0x1000)
21 #define DM646X_EMAC_CNTRL_RAM_OFFSET (0x2000)
22 #define DM646X_EMAC_MDIO_OFFSET (0x4000)
23 #define DM646X_EMAC_CNTRL_RAM_SIZE (0x2000)
25 #define DM646X_ATA_REG_BASE (0x01C66000)
27 void __init dm646x_init(void);
28 void __init dm646x_init_ide(void);
29 void __init dm646x_init_mcasp0(struct snd_platform_data *pdata);
30 void __init dm646x_init_mcasp1(struct snd_platform_data *pdata);
32 #endif /* __ASM_ARCH_DM646X_H */