mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
fd4dc09a4c
MicroDev 2.0 is a general purpose miniature carrier board with CAN, LTE and LVDS panel interfaces. Genaral features: - Ethernet 10/100 - USB Type A - Audio Out - microSD - LVDS panel connector - Wifi/BT (option) - UMTS LTE with sim connector (option) MicroGEA STM32MP1 is a STM32MP157A based Micro SoM. MicroGEA STM32MP1 needs to mount on top of this MicroDev 2.0 board for creating complete MicroGEA STM32MP1 MicroDev 2.0 Carrier board. Linux dts commit details: commit <f838dae7afd0> ("ARM: dts: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 board") Add support for it. Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
12 lines
180 B
Text
12 lines
180 B
Text
if TARGET_ICORE_STM32MP1 || TARGET_MICROGEA_STM32MP1
|
|
|
|
config SYS_BOARD
|
|
default "stm32mp1"
|
|
|
|
config SYS_VENDOR
|
|
default "engicam"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "stm32mp1"
|
|
|
|
endif
|