mips: Add basic MediaTek MT7620/88 support
authorStefan Roese <sr@denx.de>
Wed, 5 Sep 2018 13:12:35 +0000 (15:12 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 22 Sep 2018 19:18:33 +0000 (21:18 +0200)
commit4c835a607bd5adf88a726c0f636b00dd31e50237
tree1f05fe7722030ff9508b6c6981b110e866bfff4f
parent503f6f759c6b637e360f86b086557f8ca6398164
mips: Add basic MediaTek MT7620/88 support

This patch adds basic support for the MediaTek MT7620/88 SoCs. Parts of
the code is copied from the MediaTek GitHub repository:

https://github.com/MediaTek-Labs/linkit-smart-uboot.git

The mt7628a.dtsi file is imported from Linux v4.17.

Support for the LinkIt Smart 7688 module and the Gardena Smart Gateway
both based on the MT7688 will be added in further patches.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/dts/mt7628a.dtsi [new file with mode: 0644]
arch/mips/mach-mt7620/Kconfig [new file with mode: 0644]
arch/mips/mach-mt7620/Makefile [new file with mode: 0644]
arch/mips/mach-mt7620/cpu.c [new file with mode: 0644]
arch/mips/mach-mt7620/ddr_calibrate.c [new file with mode: 0644]
arch/mips/mach-mt7620/lowlevel_init.S [new file with mode: 0644]
arch/mips/mach-mt7620/mt76xx.h [new file with mode: 0644]