Add support for MT7622 reference board
authorSam Shih <sam.shih@mediatek.com>
Fri, 10 Jan 2020 08:30:33 +0000 (16:30 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 16 Jan 2020 14:39:45 +0000 (09:39 -0500)
commitc7fbc62082de1f04ed230f92738d98fe1a424c40
tree0bb0dd4f7a8a20bb8ab80f63568fcf1adb447e67
parent25273dbd570541214ec6d687a4d6f3bfcdaa0441
Add support for MT7622 reference board

This adds a general board file based on MT7622 SoCs from MediaTek.
This commit is adding the basic boot support for the MT7622 rfb.

Signed-off-by: Sam Shih <sam.shih@mediatek.com>
Reviewed-by: Ryder Lee <ryder.lee@mediatek.com>
Tested-by: Frank Wunderlich <frank-w@public-files.de>
arch/arm/dts/Makefile
arch/arm/dts/mt7622-rfb.dts [new file with mode: 0644]
board/mediatek/mt7622/Kconfig [new file with mode: 0644]
board/mediatek/mt7622/MAINTAINERS [new file with mode: 0644]
board/mediatek/mt7622/Makefile [new file with mode: 0644]
board/mediatek/mt7622/mt7622_rfb.c [new file with mode: 0644]
configs/mt7622_rfb_defconfig [new file with mode: 0644]
include/configs/mt7622.h [new file with mode: 0644]