/* * Freescale i.MX23/i.MX28 Registers * * Copyright (C) 2011 Marek Vasut * on behalf of DENX Software Engineering GmbH * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __IMX_REGS_H__ #define __IMX_REGS_H__ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #ifdef CONFIG_MX23 #include #include #endif #ifdef CONFIG_MX28 #include #include #endif #endif /* __IMX_REGS_H__ */