diff options
Diffstat (limited to 'dts/upstream/src/arm64/apple/t6000-j314s.dts')
-rw-r--r-- | dts/upstream/src/arm64/apple/t6000-j314s.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dts/upstream/src/arm64/apple/t6000-j314s.dts b/dts/upstream/src/arm64/apple/t6000-j314s.dts new file mode 100644 index 00000000000..c9e192848fe --- /dev/null +++ b/dts/upstream/src/arm64/apple/t6000-j314s.dts @@ -0,0 +1,18 @@ +// SPDX-License-Identifier: GPL-2.0+ OR MIT +/* + * MacBook Pro (14-inch, M1 Pro, 2021) + * + * target-type: J314s + * + * Copyright The Asahi Linux Contributors + */ + +/dts-v1/; + +#include "t6000.dtsi" +#include "t600x-j314-j316.dtsi" + +/ { + compatible = "apple,j314s", "apple,t6000", "apple,arm-platform"; + model = "Apple MacBook Pro (14-inch, M1 Pro, 2021)"; +}; |