imx-regs.h 982 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Freescale i.MX23/i.MX28 Registers
  4. *
  5. * Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
  6. * on behalf of DENX Software Engineering GmbH
  7. */
  8. #ifndef __IMX_REGS_H__
  9. #define __IMX_REGS_H__
  10. #include <asm/mach-imx/regs-apbh.h>
  11. #include <asm/arch/regs-base.h>
  12. #include <asm/mach-imx/regs-bch.h>
  13. #include <asm/arch/regs-digctl.h>
  14. #include <asm/mach-imx/regs-gpmi.h>
  15. #include <asm/mach-imx/regs-lcdif.h>
  16. #include <asm/arch/regs-i2c.h>
  17. #include <asm/arch/regs-lradc.h>
  18. #include <asm/arch/regs-ocotp.h>
  19. #include <asm/arch/regs-pinctrl.h>
  20. #include <asm/arch/regs-rtc.h>
  21. #include <asm/arch/regs-ssp.h>
  22. #include <asm/arch/regs-timrot.h>
  23. #include <asm/arch/regs-usb.h>
  24. #include <asm/arch/regs-usbphy.h>
  25. #ifdef CONFIG_MX23
  26. #include <asm/arch/regs-clkctrl-mx23.h>
  27. #include <asm/arch/regs-power-mx23.h>
  28. #endif
  29. #ifdef CONFIG_MX28
  30. #include <asm/arch/regs-clkctrl-mx28.h>
  31. #include <asm/arch/regs-power-mx28.h>
  32. #endif
  33. #endif /* __IMX_REGS_H__ */