imx-regs.h 984 B

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