This adds support for following Apple M1 devices: - MacBook Pro (13-inch, M1, 2020) - MacBook Air (M1, 2020) - iMac (24-inch 2021) Reviewed-by: Mark Kettenis <kettenis@openbsd.org> Signed-off-by: Janne Grunau <j@jannau.net> Tested-by: Hector Martin <marcan@marcan.st> Signed-off-by: Hector Martin <marcan@marcan.st>
6 lines
250 B
Makefile
6 lines
250 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
dtb-$(CONFIG_ARCH_APPLE) += t8103-j274.dtb
|
|
dtb-$(CONFIG_ARCH_APPLE) += t8103-j293.dtb
|
|
dtb-$(CONFIG_ARCH_APPLE) += t8103-j313.dtb
|
|
dtb-$(CONFIG_ARCH_APPLE) += t8103-j456.dtb
|
|
dtb-$(CONFIG_ARCH_APPLE) += t8103-j457.dtb
|