omap_hwmod_common_data.h 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*
  2. * omap_hwmod_common_data.h - OMAP hwmod common macros and declarations
  3. *
  4. * Copyright (C) 2010-2011 Nokia Corporation
  5. * Paul Walmsley
  6. *
  7. * Copyright (C) 2010-2011 Texas Instruments, Inc.
  8. * Benoît Cousson
  9. *
  10. * This program is free software; you can redistribute it and/or modify
  11. * it under the terms of the GNU General Public License version 2 as
  12. * published by the Free Software Foundation.
  13. */
  14. #ifndef __ARCH_ARM_MACH_OMAP2_OMAP_HWMOD_COMMON_DATA_H
  15. #define __ARCH_ARM_MACH_OMAP2_OMAP_HWMOD_COMMON_DATA_H
  16. #include <plat/omap_hwmod.h>
  17. /* Common address space across OMAP2xxx */
  18. extern struct omap_hwmod_addr_space omap2xxx_uart1_addr_space[];
  19. extern struct omap_hwmod_addr_space omap2xxx_uart2_addr_space[];
  20. extern struct omap_hwmod_addr_space omap2xxx_uart3_addr_space[];
  21. extern struct omap_hwmod_addr_space omap2xxx_timer2_addrs[];
  22. extern struct omap_hwmod_addr_space omap2xxx_timer3_addrs[];
  23. extern struct omap_hwmod_addr_space omap2xxx_timer4_addrs[];
  24. extern struct omap_hwmod_addr_space omap2xxx_timer5_addrs[];
  25. extern struct omap_hwmod_addr_space omap2xxx_timer6_addrs[];
  26. extern struct omap_hwmod_addr_space omap2xxx_timer7_addrs[];
  27. extern struct omap_hwmod_addr_space omap2xxx_timer8_addrs[];
  28. extern struct omap_hwmod_addr_space omap2xxx_timer9_addrs[];
  29. extern struct omap_hwmod_addr_space omap2xxx_timer12_addrs[];
  30. extern struct omap_hwmod_addr_space omap2xxx_mcbsp2_addrs[];
  31. /* Common address space across OMAP2xxx/3xxx */
  32. extern struct omap_hwmod_addr_space omap2_i2c1_addr_space[];
  33. extern struct omap_hwmod_addr_space omap2_i2c2_addr_space[];
  34. extern struct omap_hwmod_addr_space omap2_dss_addrs[];
  35. extern struct omap_hwmod_addr_space omap2_dss_dispc_addrs[];
  36. extern struct omap_hwmod_addr_space omap2_dss_rfbi_addrs[];
  37. extern struct omap_hwmod_addr_space omap2_dss_venc_addrs[];
  38. extern struct omap_hwmod_addr_space omap2_timer10_addrs[];
  39. extern struct omap_hwmod_addr_space omap2_timer11_addrs[];
  40. extern struct omap_hwmod_addr_space omap2430_mmc1_addr_space[];
  41. extern struct omap_hwmod_addr_space omap2430_mmc2_addr_space[];
  42. extern struct omap_hwmod_addr_space omap2_mcspi1_addr_space[];
  43. extern struct omap_hwmod_addr_space omap2_mcspi2_addr_space[];
  44. extern struct omap_hwmod_addr_space omap2430_mcspi3_addr_space[];
  45. extern struct omap_hwmod_addr_space omap2_dma_system_addrs[];
  46. extern struct omap_hwmod_addr_space omap2_mailbox_addrs[];
  47. extern struct omap_hwmod_addr_space omap2_mcbsp1_addrs[];
  48. /* OMAP hwmod classes - forward declarations */
  49. extern struct omap_hwmod_class l3_hwmod_class;
  50. extern struct omap_hwmod_class l4_hwmod_class;
  51. extern struct omap_hwmod_class mpu_hwmod_class;
  52. extern struct omap_hwmod_class iva_hwmod_class;
  53. #endif