davinci: Adding DM365 SOC Support
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-davinci / include / mach / dm365.h
blob09db4343bb4c0a4e6c943dc6674406cb2961faf1
1 /*
2 * Copyright (C) 2009 Texas Instruments Incorporated
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation version 2.
8 * This program is distributed "as is" WITHOUT ANY WARRANTY of any
9 * kind, whether express or implied; without even the implied warranty
10 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
13 #ifndef __ASM_ARCH_DM365_H
14 #define __ASM_ARCH_DM665_H
16 #include <linux/platform_device.h>
17 #include <mach/hardware.h>
18 #include <mach/emac.h>
20 #define DM365_EMAC_BASE (0x01D07000)
21 #define DM365_EMAC_CNTRL_OFFSET (0x0000)
22 #define DM365_EMAC_CNTRL_MOD_OFFSET (0x3000)
23 #define DM365_EMAC_CNTRL_RAM_OFFSET (0x1000)
24 #define DM365_EMAC_MDIO_OFFSET (0x4000)
25 #define DM365_EMAC_CNTRL_RAM_SIZE (0x2000)
27 void __init dm365_init(void);
29 #endif /* __ASM_ARCH_DM365_H */