blob: f853c484be7dce5ae6fa9b37354055b90ac0ddef [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Marek Vasutc140e982011-11-08 23:18:08 +00002/*
Marek Vasutba2e88a2013-01-11 03:19:06 +00003 * Freescale i.MX23/i.MX28 Registers
Marek Vasutc140e982011-11-08 23:18:08 +00004 *
5 * Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
6 * on behalf of DENX Software Engineering GmbH
Marek Vasutc140e982011-11-08 23:18:08 +00007 */
8
9#ifndef __IMX_REGS_H__
10#define __IMX_REGS_H__
11
Stefano Babic33731bc2017-06-29 10:16:06 +020012#include <asm/mach-imx/regs-apbh.h>
Marek Vasutc140e982011-11-08 23:18:08 +000013#include <asm/arch/regs-base.h>
Stefano Babic33731bc2017-06-29 10:16:06 +020014#include <asm/mach-imx/regs-bch.h>
Robert Delien6f359c22012-02-07 04:08:55 +000015#include <asm/arch/regs-digctl.h>
Stefano Babic33731bc2017-06-29 10:16:06 +020016#include <asm/mach-imx/regs-gpmi.h>
17#include <asm/mach-imx/regs-lcdif.h>
Marek Vasutc140e982011-11-08 23:18:08 +000018#include <asm/arch/regs-i2c.h>
Marek Vasuta10669a2012-05-01 11:09:48 +000019#include <asm/arch/regs-lradc.h>
Marek Vasutc140e982011-11-08 23:18:08 +000020#include <asm/arch/regs-ocotp.h>
21#include <asm/arch/regs-pinctrl.h>
Marek Vasutc140e982011-11-08 23:18:08 +000022#include <asm/arch/regs-rtc.h>
23#include <asm/arch/regs-ssp.h>
24#include <asm/arch/regs-timrot.h>
Marek Vasut83e330c2013-02-23 02:43:01 +000025#include <asm/arch/regs-usb.h>
26#include <asm/arch/regs-usbphy.h>
Marek Vasutc140e982011-11-08 23:18:08 +000027
Marek Vasutba2e88a2013-01-11 03:19:06 +000028#ifdef CONFIG_MX23
29#include <asm/arch/regs-clkctrl-mx23.h>
30#include <asm/arch/regs-power-mx23.h>
31#endif
32
Marek Vasute0b4ac92012-11-24 14:15:51 +000033#ifdef CONFIG_MX28
34#include <asm/arch/regs-clkctrl-mx28.h>
35#include <asm/arch/regs-power-mx28.h>
36#endif
37
Marek Vasutc140e982011-11-08 23:18:08 +000038#endif /* __IMX_REGS_H__ */