omap_hwmod_2xxx_ipblock_data.c 537 B

123456789101112131415161718192021
  1. /*
  2. * omap_hwmod_2xxx_ipblock_data.c - common IP block data for OMAP2xxx
  3. *
  4. * Copyright (C) 2011 Nokia Corporation
  5. * Paul Walmsley
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License version 2 as
  9. * published by the Free Software Foundation.
  10. */
  11. #include <plat/omap_hwmod.h>
  12. #include <plat/serial.h>
  13. #include <mach/irqs.h>
  14. #include "omap_hwmod_common_data.h"
  15. struct omap_hwmod_irq_info omap2xxx_timer12_mpu_irqs[] = {
  16. { .irq = 48, },
  17. { .irq = -1 }
  18. };