summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-layerscape
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-03-04 14:47:26 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-13 10:35:13 +0100
commitff9cef063bf38be352fb41a45ead15592d75dd86 (patch)
treecdce1f71caab3862b795ccbbec9a6382cbcdd7ab /arch/arm/mach-layerscape
parent8e15d4ae1f028a8a5b21487d44956e7e02e13fac (diff)
downloadbarebox-ff9cef063bf38be352fb41a45ead15592d75dd86.tar.gz
barebox-ff9cef063bf38be352fb41a45ead15592d75dd86.tar.xz
ARM: Layerscape: Add LS1046a RDB board support
The RDB is the Freescale LS1046a reference board. This patch adds support for it. Currently supported: - DDR4 RAM as read from SPD EEPROM - UART - SD/MMC - RGMII network ports The Serdes ports are currently not supported. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-layerscape')
-rw-r--r--arch/arm/mach-layerscape/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-layerscape/Kconfig b/arch/arm/mach-layerscape/Kconfig
index 5117d4b914..bd93d03b66 100644
--- a/arch/arm/mach-layerscape/Kconfig
+++ b/arch/arm/mach-layerscape/Kconfig
@@ -5,4 +5,13 @@ config ARCH_LS1046
select SYS_SUPPORTS_64BIT_KERNEL
bool
+config MACH_LS1046ARDB
+ bool "QorIQ LS1046A Reference Design Board"
+ select ARCH_LS1046
+ select DDR_SPD
+ select MCI_IMX_ESDHC_PBL
+ select I2C_IMX_EARLY
+ select DDR_FSL
+ select DDR_FSL_DDR4
+
endif