summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-stm32mp
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2020-07-31 06:59:05 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-08-03 21:15:26 +0200
commitac5faaaa0d3bcc9c089fddb210d6049f75b8adad (patch)
tree18f471c7bcd4e17f392e14f18a86fc136411ba97 /arch/arm/mach-stm32mp
parentf91f7747879ec28606293426720c136ec15b0e2d (diff)
downloadbarebox-ac5faaaa0d3bcc9c089fddb210d6049f75b8adad.tar.gz
barebox-ac5faaaa0d3bcc9c089fddb210d6049f75b8adad.tar.xz
ARM: stm32mp: add support for Seeed Odyssey board
Board consists of SoM with stm32mp157c with 4G eMMC and 512M DDR3 RAM. Carrier board features USB and ETH interfaces and SD card connector. USB and ETH interfaces not yet operational. Boot from eMMC requires boot ack bit set. Device Tree taken from v5 of kernel device tree off mailing list[1]. [1]: https://lore.kernel.org/linux-arm-kernel/20200724145107.35772-3-marcin.sloniewski@gmail.com/ Tested-by: Jookia <contact@jookia.org> Tested-by: Xogium <contact@xogium.me> Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-stm32mp')
-rw-r--r--arch/arm/mach-stm32mp/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig
index 6e816ef9d1..f064a38088 100644
--- a/arch/arm/mach-stm32mp/Kconfig
+++ b/arch/arm/mach-stm32mp/Kconfig
@@ -16,4 +16,8 @@ config MACH_LXA_MC1
select ARCH_STM32MP157
bool "Linux Automation MC-1 board"
+config MACH_SEEED_ODYSSEY
+ select ARCH_STM32MP157
+ bool "Seeed Studio Odyssey"
+
endif