mips: mtmips: add two reference boards for mt7621
authorWeijie Gao <weijie.gao@mediatek.com>
Fri, 20 May 2022 03:22:26 +0000 (11:22 +0800)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 13 Jul 2022 21:03:37 +0000 (23:03 +0200)
commit0eaee027f7f352666d583d67d85cdd64d79ef121
tree16ce6f5468721d1cba4287ae590382ea1240ded6
parent4bc0104c976b910c49547f6f38f806e1b13f047d
mips: mtmips: add two reference boards for mt7621

The mt7621_rfb board supports integrated giga PHYs plus one external
giga PHYs. It also has up to 512MiB DDR3, 16MB SPI-NOR, 3 mini PCI-e x1
slots, SDXC and USB.

The mt7621_nand_rfb board is almost the same as mt7621_rfb board, but it
uses NAND flash and SDXC is not available.

Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
arch/mips/dts/Makefile
arch/mips/dts/mediatek,mt7621-nand-rfb.dts [new file with mode: 0644]
arch/mips/dts/mediatek,mt7621-rfb.dts [new file with mode: 0644]
arch/mips/mach-mtmips/mt7621/Kconfig
board/mediatek/mt7621/MAINTAINERS [new file with mode: 0644]
board/mediatek/mt7621/Makefile [new file with mode: 0644]
board/mediatek/mt7621/board.c [new file with mode: 0644]
configs/mt7621_nand_rfb_defconfig [new file with mode: 0644]
configs/mt7621_rfb_defconfig [new file with mode: 0644]