board: mediatek: add MT7981 reference boards
authorWeijie Gao <weijie.gao@mediatek.com>
Fri, 9 Sep 2022 11:59:16 +0000 (19:59 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 23 Sep 2022 19:09:15 +0000 (15:09 -0400)
commite053ccf6ef45c0d803d4435d1f3e7fca6e14981e
treecf7d870cf1e4cb7fd74d38a9b36dd5b6f19cdf57
parent389ba6986bf3559d26564e4a770cab0a7503fd2f
board: mediatek: add MT7981 reference boards

This patch adds general board files based on MT7981 SoCs.

MT7981 uses one mmc controller for booting from both SD and eMMC, and the
pins of mmc controller are also shared with spi controller.
So three configs are need for these boot types:

1. mt7981_rfb_defconfig - SPI-NOR and SPI-NAND
2. mt7981_emmc_rfb_defconfig - eMMC only
3. mt7981_sd_rfb_defconfig - SD only

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
arch/arm/dts/Makefile
arch/arm/dts/mt7981-emmc-rfb.dts [new file with mode: 0644]
arch/arm/dts/mt7981-rfb.dts [new file with mode: 0644]
arch/arm/dts/mt7981-sd-rfb.dts [new file with mode: 0644]
board/mediatek/mt7981/MAINTAINERS [new file with mode: 0644]
board/mediatek/mt7981/Makefile [new file with mode: 0644]
board/mediatek/mt7981/mt7981_rfb.c [new file with mode: 0644]
configs/mt7981_emmc_rfb_defconfig [new file with mode: 0644]
configs/mt7981_rfb_defconfig [new file with mode: 0644]
configs/mt7981_sd_rfb_defconfig [new file with mode: 0644]
include/configs/mt7981.h [new file with mode: 0644]