arm: mediatek: add support for MediaTek MT7986 SoC
authorWeijie Gao <weijie.gao@mediatek.com>
Fri, 9 Sep 2022 11:59:09 +0000 (19:59 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 23 Sep 2022 19:09:15 +0000 (15:09 -0400)
commit10c62336968ab99d673319541c0c246dd6a525fb
tree3eea2f696bde49e62e5039917f22c4bdfecd4e72
parentebdd6afa543324648138f780a648b8fb65d488eb
arm: mediatek: add support for MediaTek MT7986 SoC

This patch adds basic support for MediaTek MT7986 SoC.
This include the file that will initialize the SoC after boot and its
device tree.

Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
arch/arm/dts/mt7986-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/mt7986.dtsi [new file with mode: 0644]
arch/arm/mach-mediatek/Kconfig
arch/arm/mach-mediatek/Makefile
arch/arm/mach-mediatek/mt7986/Makefile [new file with mode: 0644]
arch/arm/mach-mediatek/mt7986/init.c [new file with mode: 0644]
arch/arm/mach-mediatek/mt7986/lowlevel_init.S [new file with mode: 0644]