mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-22 03:03:05 +00:00
ab53bd43db
Beacon Embedded has an i.MX8M Plus development kit which consists of a SOM + baseboard. The SOM includes Bluetooth, WiFi, QSPI, eMMC, and one Ethernet PHY. The baseboard includes audio, HDMI, USB-C Dual Role port, USB Hub with five ports, a PCIe slot, and a second Ethernet PHY. The device trees are already queued for inclusion in Linux 6.3. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>
16 lines
235 B
Text
16 lines
235 B
Text
if TARGET_IMX8MP_BEACON
|
|
|
|
config SYS_BOARD
|
|
default "imx8mp"
|
|
|
|
config SYS_VENDOR
|
|
default "beacon"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mp_beacon"
|
|
|
|
config IMX_CONFIG
|
|
default "board/freescale/imx8mp_evk/imximage-8mp-lpddr4.cfg"
|
|
|
|
|
|
endif
|