summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/imx8mq-regs.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: i.MX8M: Add base addresses common to i.MX8MSascha Hauer2020-02-191-0/+2
| | | | | | | | | | This adds defines for the base addresses common to all currently existing i.MX8M SoCs. Only the base addresses that are known to be needed for the early SoC code are added. With this we can reuse the early code for all variants without guessing that the base addresses are the same for the other variants. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX8: Add DDRC PHY and DDR CTL base addressesAndrey Smirnov2018-06-111-1/+3
| | | | | Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: Add i.MX8 supportSascha Hauer2018-06-081-0/+121
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> [andrew.smirnov@gmail.com: fix B0 chips to report IMX_CHIP_REV_2_0] Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>