diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-14 07:29:51 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-11-14 09:33:36 -0500 |
commit | c4ee4fe92e9be120be6d12718273dec6b63cc7d9 (patch) | |
tree | 31d45f462b8b4b85f525308a22e0bebb9f80f27c /arch/arm/include/asm/arch-imx8m/imx-regs.h | |
parent | fac432652f38724994a99c2613183fc04534a2cd (diff) | |
parent | fc1c1760de38823edbdc2cdd9606dff938a07f6e (diff) | |
download | u-boot-c4ee4fe92e9be120be6d12718273dec6b63cc7d9.tar.gz u-boot-c4ee4fe92e9be120be6d12718273dec6b63cc7d9.tar.bz2 u-boot-c4ee4fe92e9be120be6d12718273dec6b63cc7d9.zip |
Merge tag 'u-boot-imx-20221114' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
For 2022.01
-----------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/14083
- Fix UART
- moved to binman (MX8 boards)
- Toradex: sync DTS with Linux
- Gateworks: fixes
- New boards : MSC SM2S iMX8MP
Diffstat (limited to 'arch/arm/include/asm/arch-imx8m/imx-regs.h')
-rw-r--r-- | arch/arm/include/asm/arch-imx8m/imx-regs.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-imx8m/imx-regs.h b/arch/arm/include/asm/arch-imx8m/imx-regs.h index 586847f32e..20f4699a12 100644 --- a/arch/arm/include/asm/arch-imx8m/imx-regs.h +++ b/arch/arm/include/asm/arch-imx8m/imx-regs.h @@ -44,10 +44,14 @@ #define I2C3_BASE_ADDR 0x30A40000 #define I2C4_BASE_ADDR 0x30A50000 #define UART4_BASE_ADDR 0x30A60000 +#ifdef CONFIG_IMX8MP +#define I2C5_BASE_ADDR 0x30AD0000 +#define I2C6_BASE_ADDR 0x30AE0000 +#endif #define USDHC1_BASE_ADDR 0x30B40000 #define USDHC2_BASE_ADDR 0x30B50000 #define QSPI0_AMBA_BASE 0x08000000 -#ifdef CONFIG_IMX8MM +#if defined(CONFIG_IMX8MM) || defined(CONFIG_IMX8MP) #define USDHC3_BASE_ADDR 0x30B60000 #endif #define UART_BASE_ADDR(n) ( \ |