Sandeep Paulraj | fb8fcb8 | 2009-06-11 09:41:05 -0400 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2009 Texas Instruments Incorporated |
| 3 | * |
| 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. |
| 7 | * |
| 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. |
| 12 | */ |
| 13 | #ifndef __ASM_ARCH_DM365_H |
| 14 | #define __ASM_ARCH_DM665_H |
| 15 | |
| 16 | #include <linux/platform_device.h> |
Sriramakrishnan | 8ee2bf9 | 2009-11-19 15:58:25 +0530 | [diff] [blame] | 17 | #include <linux/davinci_emac.h> |
Sandeep Paulraj | fb8fcb8 | 2009-06-11 09:41:05 -0400 | [diff] [blame] | 18 | #include <mach/hardware.h> |
Miguel Aguilar | e9ab321 | 2009-09-02 15:33:29 -0600 | [diff] [blame] | 19 | #include <mach/asp.h> |
Miguel Aguilar | 990c09d | 2009-10-13 13:57:07 -0600 | [diff] [blame] | 20 | #include <mach/keyscan.h> |
Murali Karicheri | f2a4c59 | 2010-02-01 17:38:53 -0500 | [diff] [blame] | 21 | #include <media/davinci/vpfe_capture.h> |
Sandeep Paulraj | fb8fcb8 | 2009-06-11 09:41:05 -0400 | [diff] [blame] | 22 | |
| 23 | #define DM365_EMAC_BASE (0x01D07000) |
| 24 | #define DM365_EMAC_CNTRL_OFFSET (0x0000) |
| 25 | #define DM365_EMAC_CNTRL_MOD_OFFSET (0x3000) |
| 26 | #define DM365_EMAC_CNTRL_RAM_OFFSET (0x1000) |
| 27 | #define DM365_EMAC_MDIO_OFFSET (0x4000) |
| 28 | #define DM365_EMAC_CNTRL_RAM_SIZE (0x2000) |
| 29 | |
Miguel Aguilar | 990c09d | 2009-10-13 13:57:07 -0600 | [diff] [blame] | 30 | /* Base of key scan register bank */ |
| 31 | #define DM365_KEYSCAN_BASE (0x01C69400) |
| 32 | |
Miguel Aguilar | 99381b4 | 2009-11-05 08:52:05 -0600 | [diff] [blame] | 33 | #define DM365_RTC_BASE (0x01C69000) |
| 34 | |
Sandeep Paulraj | fb8fcb8 | 2009-06-11 09:41:05 -0400 | [diff] [blame] | 35 | void __init dm365_init(void); |
Miguel Aguilar | e9ab321 | 2009-09-02 15:33:29 -0600 | [diff] [blame] | 36 | void __init dm365_init_asp(struct snd_platform_data *pdata); |
Miguel Aguilar | 990c09d | 2009-10-13 13:57:07 -0600 | [diff] [blame] | 37 | void __init dm365_init_ks(struct davinci_ks_platform_data *pdata); |
Miguel Aguilar | 99381b4 | 2009-11-05 08:52:05 -0600 | [diff] [blame] | 38 | void __init dm365_init_rtc(void); |
Sandeep Paulraj | fb8fcb8 | 2009-06-11 09:41:05 -0400 | [diff] [blame] | 39 | |
Murali Karicheri | f2a4c59 | 2010-02-01 17:38:53 -0500 | [diff] [blame] | 40 | void dm365_set_vpfe_config(struct vpfe_config *cfg); |
Sandeep Paulraj | fb8fcb8 | 2009-06-11 09:41:05 -0400 | [diff] [blame] | 41 | #endif /* __ASM_ARCH_DM365_H */ |