]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: mediatek: add MT8365 EVK board support
authorJulien Masson <jmasson@baylibre.com>
Mon, 4 Dec 2023 10:48:58 +0000 (11:48 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 19 Dec 2023 15:09:06 +0000 (10:09 -0500)
commit1c2c0c635980f992e56c4a5679984721bf33ddd9
tree57526a84aada6db0165a2b809bbfc2956fb36842
parent5679eccb83f29c1fa149655fd798b229b2fc1753
board: mediatek: add MT8365 EVK board support

This adds support for the MT8365 EVK board with the following
features enabled/tested: Boot, UART, Watchdog and MMC.

Signed-off-by: Julien Masson <jmasson@baylibre.com>
arch/arm/dts/mt6357.dtsi [new file with mode: 0644]
arch/arm/dts/mt8365-evk.dts [new file with mode: 0644]
board/mediatek/mt8365_evk/MAINTAINERS [new file with mode: 0644]
board/mediatek/mt8365_evk/Makefile [new file with mode: 0644]
board/mediatek/mt8365_evk/mt8365_evk.c [new file with mode: 0644]
configs/mt8365_evk_defconfig [new file with mode: 0644]