Am Donnerstag, dem 04.11.2021 um 17:48 +0800 schrieb Weijie Gao: > 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. > > Signed-off-by: Weijie Gao <weijie....@mediatek.com> > --- > arch/mips/dts/Makefile | 2 + > arch/mips/dts/mediatek,mt7621-nand-rfb.dts | 52 +++++++++++++++ > arch/mips/dts/mediatek,mt7621-rfb.dts | 68 ++++++++++++++++++++ > arch/mips/mach-mtmips/mt7621/Kconfig | 20 ++++++ > board/mediatek/mt7621/MAINTAINERS | 8 +++ > board/mediatek/mt7621/Makefile | 3 + > board/mediatek/mt7621/board.c | 6 ++ > configs/mt7621_nand_rfb_ramboot_defconfig | 71 > +++++++++++++++++++++ > configs/mt7621_rfb_ramboot_defconfig | 74 > ++++++++++++++++++++++ > 9 files changed, 304 insertions(+) > create mode 100644 arch/mips/dts/mediatek,mt7621-nand-rfb.dts > create mode 100644 arch/mips/dts/mediatek,mt7621-rfb.dts > create mode 100644 board/mediatek/mt7621/MAINTAINERS > create mode 100644 board/mediatek/mt7621/Makefile > create mode 100644 board/mediatek/mt7621/board.c > create mode 100644 configs/mt7621_nand_rfb_ramboot_defconfig > create mode 100644 configs/mt7621_rfb_ramboot_defconfig > >
Reviewed-by: Daniel Schwierzeck <daniel.schwierz...@gmail.com> -- - Daniel