devices-imx53.h 616 B

1234567891011121314151617
  1. /*
  2. * Copyright (C) 2010 Yong Shen. <Yong.Shen@linaro.org>
  3. *
  4. * This program is free software; you can redistribute it and/or modify it under
  5. * the terms of the GNU General Public License version 2 as published by the
  6. * Free Software Foundation.
  7. */
  8. #include <mach/mx53.h>
  9. #include <mach/devices-common.h>
  10. extern const struct imx_fec_data imx53_fec_data __initconst;
  11. #define imx53_add_fec(pdata) \
  12. imx_add_fec(&imx53_fec_data, pdata)
  13. extern const struct imx_imx_uart_1irq_data imx53_imx_uart_data[] __initconst;
  14. #define imx53_add_imx_uart(id, pdata) \
  15. imx_add_imx_uart_1irq(&imx53_imx_uart_data[id], pdata)