mips: mtmips: add support for MediaTek MT7620 SoC
authorWeijie Gao <weijie.gao@mediatek.com>
Thu, 12 Nov 2020 08:35:52 +0000 (16:35 +0800)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 24 Jan 2021 20:39:26 +0000 (21:39 +0100)
commitdd4fdc0b1471772b8b4f51671b251dcf69fdd99a
tree98378e77b1d46ac1a290df3329112d8cb94b4e8f
parentf0a865bd5579510a1fe287c1f274635f3cc0791d
mips: mtmips: add support for MediaTek MT7620 SoC

This patch adds support for MediaTek MT7620 SoC.
All files are dedicated for u-boot.

Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
14 files changed:
arch/mips/dts/mt7620-u-boot.dtsi [new file with mode: 0644]
arch/mips/dts/mt7620.dtsi [new file with mode: 0644]
arch/mips/mach-mtmips/Kconfig
arch/mips/mach-mtmips/Makefile
arch/mips/mach-mtmips/include/mach/mt7620-sysc.h [new file with mode: 0644]
arch/mips/mach-mtmips/mt7620/Kconfig [new file with mode: 0644]
arch/mips/mach-mtmips/mt7620/Makefile [new file with mode: 0644]
arch/mips/mach-mtmips/mt7620/dram.c [new file with mode: 0644]
arch/mips/mach-mtmips/mt7620/init.c [new file with mode: 0644]
arch/mips/mach-mtmips/mt7620/lowlevel_init.S [new file with mode: 0644]
arch/mips/mach-mtmips/mt7620/mt7620.h [new file with mode: 0644]
arch/mips/mach-mtmips/mt7620/serial.c [new file with mode: 0644]
arch/mips/mach-mtmips/mt7620/sysc.c [new file with mode: 0644]
include/configs/mt7620.h [new file with mode: 0644]