ram: Add driver for MPC83xx
Add a RAM driver for the MPC83xx architecture. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mario Six <mario.six@gdsys.cc>
This commit is contained in:
@@ -34,4 +34,13 @@ config STM32_SDRAM
|
||||
support external memories like sdram, psram & nand.
|
||||
This driver is for the sdram memory interface with the FMC.
|
||||
|
||||
config MPC83XX_SDRAM
|
||||
bool "Enable MPC83XX SDRAM support"
|
||||
depends on RAM
|
||||
help
|
||||
Enable support for the internal DDR Memory Controller of the MPC83xx
|
||||
family of SoCs. Both static configurations, as well as configuring
|
||||
the RAM through the use of SPD (Serial Presence Detect) is supported
|
||||
via device tree settings.
|
||||
|
||||
source "drivers/ram/stm32mp1/Kconfig"
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
obj-$(CONFIG_RAM) += ram-uclass.o
|
||||
obj-$(CONFIG_MPC83XX_SDRAM) += mpc83xx_sdram.o
|
||||
obj-$(CONFIG_SANDBOX) += sandbox_ram.o
|
||||
obj-$(CONFIG_STM32MP1_DDR) += stm32mp1/
|
||||
obj-$(CONFIG_STM32_SDRAM) += stm32_sdram.o
|
||||
|
||||
1096
drivers/ram/mpc83xx_sdram.c
Normal file
1096
drivers/ram/mpc83xx_sdram.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user