diff options
author | Tim Harvey <tharvey@gateworks.com> | 2021-06-30 16:50:02 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-07-10 18:12:41 +0200 |
commit | c9f7ef37f97a38494ac757dc735b42ab00aba0c0 (patch) | |
tree | 115ca8261e67ce196227bc5d3c8616b293c94ec3 /configs/imx8mm_venice_defconfig | |
parent | 6b86554865ad271a71e93c125594335721b615c9 (diff) | |
download | u-boot-c9f7ef37f97a38494ac757dc735b42ab00aba0c0.tar.gz |
board: gateworks: venice: add imx8mm-gw7901 support
The Gateworks GW7901 is an ARM based single board computer (SBC)
featuring:
- i.MX8M Mini SoC
- LPDDR4 DRAM
- eMMC FLASH
- SPI FRAM
- Gateworks System Controller (GSC)
- Atmel ATECC Crypto Authentication
- USB 2.0
- Microchip GbE Switch
- Multiple multi-protocol RS232/RS485/RS422 Serial ports
- onboard 802.11ac WiFi / BT
- microSD socket
- miniPCIe socket with PCIe, USB 2.0 and dual SIM sockets
- Wide range DC power input
- 802.3at PoE
To add support for this board:
- add dts from Linux (accepted for v5.14)
- add SPL PMIC config
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'configs/imx8mm_venice_defconfig')
-rw-r--r-- | configs/imx8mm_venice_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx8mm_venice_defconfig b/configs/imx8mm_venice_defconfig index daffcc46d5..3961db00cb 100644 --- a/configs/imx8mm_venice_defconfig +++ b/configs/imx8mm_venice_defconfig @@ -58,7 +58,7 @@ CONFIG_CMD_EXT4_WRITE=y # CONFIG_SPL_EFI_PARTITION is not set CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y -CONFIG_OF_LIST="imx8mm-venice-gw71xx-0x imx8mm-venice-gw72xx-0x imx8mm-venice-gw73xx-0x" +CONFIG_OF_LIST="imx8mm-venice-gw71xx-0x imx8mm-venice-gw72xx-0x imx8mm-venice-gw73xx-0x imx8mm-venice-gw7901" CONFIG_ENV_IS_IN_MMC=y CONFIG_SYS_REDUNDAND_ENVIRONMENT=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y |