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