board: mediatek: add MT7988 reference boards
authorWeijie Gao <weijie.gao@mediatek.com>
Wed, 19 Jul 2023 09:17:54 +0000 (17:17 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 3 Aug 2023 13:40:50 +0000 (09:40 -0400)
commitbc4adc97cfb4aa239aba3abd39ff5d7827af0218
treeb96dad1e8fac2d65a6be63d5c520902beff06ea2
parent96b381e7bb71b3415cc27fab1b13e04dca784d7f
board: mediatek: add MT7988 reference boards

This patch adds general board files based on MT7988 SoCs.

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

1. mt7988_rfb_defconfig - SPI-NOR, SPI-NAND and eMMC
2. mt7988_sd_rfb_defconfig - SPI-NAND and SD

Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
arch/arm/dts/Makefile
arch/arm/dts/mt7988-rfb.dts [new file with mode: 0644]
arch/arm/dts/mt7988-sd-rfb.dts [new file with mode: 0644]
board/mediatek/mt7988/MAINTAINERS [new file with mode: 0644]
board/mediatek/mt7988/Makefile [new file with mode: 0644]
board/mediatek/mt7988/mt7988_rfb.c [new file with mode: 0644]
configs/mt7988_rfb_defconfig [new file with mode: 0644]
configs/mt7988_sd_rfb_defconfig [new file with mode: 0644]
include/configs/mt7988.h [new file with mode: 0644]