mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

These are the 14-inch and 16-inch 2021 MacBooks, in both M1 Pro and M1 Max variants (t6000 and t6001). Signed-off-by: Janne Grunau <j@jannau.net> Acked-by: Marc Zyngier <maz@kernel.org> Signed-off-by: Hector Martin <marcan@marcan.st>
18 lines
354 B
Text
18 lines
354 B
Text
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
/*
|
|
* MacBook Pro (14-inch, M1 Max, 2021)
|
|
*
|
|
* target-type: J314c
|
|
*
|
|
* Copyright The Asahi Linux Contributors
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "t6001.dtsi"
|
|
#include "t600x-j314-j316.dtsi"
|
|
|
|
/ {
|
|
compatible = "apple,j314c", "apple,t6001", "apple,arm-platform";
|
|
model = "Apple MacBook Pro (14-inch, M1 Max, 2021)";
|
|
};
|