ARM: MediaTek: add basic support for MT8512 boards
authormingming lee <mingming.lee@mediatek.com>
Tue, 31 Dec 2019 03:29:26 +0000 (11:29 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 16 Jan 2020 14:39:45 +0000 (09:39 -0500)
commitb9bf3cbfd613099d15122140faddf632ae9d1165
tree34a5b39e239c0dd9a259aa5849c2c613fb910702
parentfb80eaa9d8c15840bbceb4b8152c3759a84ae39e
ARM: MediaTek: add basic support for MT8512 boards

This adds a general board file based on MT8512 SoCs from MediaTek.

Apart from the generic parts (cpu) we add some low level init codes
and initialize the early clocks.

This commit is adding the basic boot support for the MT8512 eMMC board.

Signed-off-by: mingming lee <mingming.lee@mediatek.com>
arch/arm/dts/Makefile
arch/arm/dts/mt8512-bm1-emmc.dts [new file with mode: 0644]
board/mediatek/mt8512/Kconfig [new file with mode: 0644]
board/mediatek/mt8512/MAINTAINERS [new file with mode: 0644]
board/mediatek/mt8512/Makefile [new file with mode: 0644]
board/mediatek/mt8512/mt8512.c [new file with mode: 0644]
configs/mt8512_bm1_emmc_defconfig [new file with mode: 0644]
include/configs/mt8512.h [new file with mode: 0644]