dm365.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  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. #include <linux/platform_device.h>
  16. #include <linux/davinci_emac.h>
  17. #include <mach/hardware.h>
  18. #include <mach/asp.h>
  19. #include <mach/keyscan.h>
  20. #include <media/davinci/vpfe_capture.h>
  21. #define DM365_ASYNC_EMIF_CONTROL_BASE 0x01D10000
  22. #define DM365_ASYNC_EMIF_DATA_CE0_BASE 0x02000000
  23. #define DM365_ASYNC_EMIF_DATA_CE1_BASE 0x04000000
  24. void __init dm365_init(void);
  25. void __init dm365_init_asp(struct snd_platform_data *pdata);
  26. void __init dm365_init_vc(struct snd_platform_data *pdata);
  27. void __init dm365_init_ks(struct davinci_ks_platform_data *pdata);
  28. void __init dm365_init_rtc(void);
  29. void dm365_init_spi0(unsigned chipselect_mask,
  30. struct spi_board_info *info, unsigned len);
  31. void dm365_set_vpfe_config(struct vpfe_config *cfg);
  32. #endif /* __ASM_ARCH_DM365_H */