mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-26 02:47:36 +00:00

This smartphone uses a MediaTek MT6572 system-on-chip with 512MB of RAM. It can currently boot into initramfs with a working UART and Simple Framebuffer using already initialized panel by the bootloader. Signed-off-by: Max Shevchenko <wctrl@proton.me> Link: https://lore.kernel.org/r/20250702-mt6572-v4-11-bde75b7ed445@proton.me Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
18 lines
419 B
Makefile
18 lines
419 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
dtb-$(CONFIG_ARCH_MEDIATEK) += \
|
|
mt2701-evb.dtb \
|
|
mt6572-jty-d101.dtb \
|
|
mt6572-lenovo-a369i.dtb \
|
|
mt6580-evbp1.dtb \
|
|
mt6582-prestigio-pmt5008-3g.dtb \
|
|
mt6589-aquaris5.dtb \
|
|
mt6589-fairphone-fp1.dtb \
|
|
mt6592-evb.dtb \
|
|
mt7623a-rfb-emmc.dtb \
|
|
mt7623a-rfb-nand.dtb \
|
|
mt7623n-rfb-emmc.dtb \
|
|
mt7623n-bananapi-bpi-r2.dtb \
|
|
mt7629-rfb.dtb \
|
|
mt8127-moose.dtb \
|
|
mt8135-evbp1.dtb
|