Add i.MX7D based Meerkat96 board support
authorShawn Guo <shawn.guo@linaro.org>
Sun, 7 Jul 2019 12:59:55 +0000 (20:59 +0800)
committerStefano Babic <sbabic@denx.de>
Sun, 13 Oct 2019 20:49:11 +0000 (22:49 +0200)
commit6802d7951c8f5a6098a30ab686e867dc0724affc
tree31c2bdec547fe6f3b3ac2813952ac2d497af231c
parentad61658dd6d81f451454074e9d41d0cf3317763f
Add i.MX7D based Meerkat96 board support

The Meerkat96 board, based on the NXP i.MX7D SoC, is a member of
96Boards community and complies with all Consumer Edition board
specifications.

https://www.novtech.com/products/meerkat96.html
https://www.96boards.org/product/imx7-96/

The initial supported/tested devices include:
 - Debug serial
 - SD
 - USB Host (with Ethernet)

With these support, it's good enough for loading Linux Kernel from SD or
Ethernet over USB.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Tested-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
arch/arm/mach-imx/mx7/Kconfig
board/novtech/meerkat96/Kconfig [new file with mode: 0644]
board/novtech/meerkat96/MAINTAINERS [new file with mode: 0644]
board/novtech/meerkat96/Makefile [new file with mode: 0644]
board/novtech/meerkat96/README [new file with mode: 0644]
board/novtech/meerkat96/imximage.cfg [new file with mode: 0644]
board/novtech/meerkat96/meerkat96.c [new file with mode: 0644]
configs/meerkat96_defconfig [new file with mode: 0644]
include/configs/meerkat96.h [new file with mode: 0644]