]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/include/asm/arch-mxs/imx-regs.h
imx: reorganize IMX code as other SOCs
[people/ms/u-boot.git] / arch / arm / include / asm / arch-mxs / imx-regs.h
CommitLineData
6e9a0a39 1/*
06dc8160 2 * Freescale i.MX23/i.MX28 Registers
6e9a0a39
MV
3 *
4 * Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
5 * on behalf of DENX Software Engineering GmbH
6 *
1a459660 7 * SPDX-License-Identifier: GPL-2.0+
6e9a0a39
MV
8 */
9
10#ifndef __IMX_REGS_H__
11#define __IMX_REGS_H__
12
552a848e 13#include <asm/mach-imx/regs-apbh.h>
6e9a0a39 14#include <asm/arch/regs-base.h>
552a848e 15#include <asm/mach-imx/regs-bch.h>
c67d9c5e 16#include <asm/arch/regs-digctl.h>
552a848e
SB
17#include <asm/mach-imx/regs-gpmi.h>
18#include <asm/mach-imx/regs-lcdif.h>
6e9a0a39 19#include <asm/arch/regs-i2c.h>
ec4836be 20#include <asm/arch/regs-lradc.h>
6e9a0a39
MV
21#include <asm/arch/regs-ocotp.h>
22#include <asm/arch/regs-pinctrl.h>
6e9a0a39
MV
23#include <asm/arch/regs-rtc.h>
24#include <asm/arch/regs-ssp.h>
25#include <asm/arch/regs-timrot.h>
47f13315
MV
26#include <asm/arch/regs-usb.h>
27#include <asm/arch/regs-usbphy.h>
6e9a0a39 28
06dc8160
MV
29#ifdef CONFIG_MX23
30#include <asm/arch/regs-clkctrl-mx23.h>
31#include <asm/arch/regs-power-mx23.h>
32#endif
33
893aabbe
MV
34#ifdef CONFIG_MX28
35#include <asm/arch/regs-clkctrl-mx28.h>
36#include <asm/arch/regs-power-mx28.h>
37#endif
38
6e9a0a39 39#endif /* __IMX_REGS_H__ */