diff options
author | Tom Rini <trini@konsulko.com> | 2020-04-15 12:10:51 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-15 12:10:51 -0400 |
commit | 66b8669d7709cecedf2e0403bb17b48bab86f644 (patch) | |
tree | af87667da9a26f1ab9a4ff80ee5be459636e51c6 /arch/arm/mach-stm32mp/include | |
parent | 9cb3ce2558ba1fc058dfb26a07fc02603773a211 (diff) | |
parent | 71ba2cb0d678d2c29dadd5fcca61ce3942876ee6 (diff) |
Merge tag 'u-boot-stm32-20200415' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
- Replace STM32MP1_TRUSTED by TFABOOT flag
- Enable bootd, iminfo, imxtract on ST defconfig
- Rename LEDs to match silkscreen on AV96
- Add KS8851-16MLL ethernet on FMC2
- Define FMC2 base address
- net: dwc_eth_qos: implement reset-gpios for stm32
- net: dwc_eth_qos: implement phy reg and max-speed for stm32
Diffstat (limited to 'arch/arm/mach-stm32mp/include')
-rw-r--r-- | arch/arm/mach-stm32mp/include/mach/stm32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32mp/include/mach/stm32.h b/arch/arm/mach-stm32mp/include/mach/stm32.h index 6daf9f7121..76d593d785 100644 --- a/arch/arm/mach-stm32mp/include/mach/stm32.h +++ b/arch/arm/mach-stm32mp/include/mach/stm32.h @@ -13,6 +13,7 @@ #define STM32_RCC_BASE 0x50000000 #define STM32_PWR_BASE 0x50001000 #define STM32_DBGMCU_BASE 0x50081000 +#define STM32_FMC2_BASE 0x58002000 #define STM32_TZC_BASE 0x5C006000 #define STM32_ETZPC_BASE 0x5C007000 #define STM32_STGEN_BASE 0x5C008000 |