19 lines
		
	
	
		
			354 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			354 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0+ OR MIT
 | 
						|
/*
 | 
						|
 * MacBook Pro (16-inch, M1 Max, 2021)
 | 
						|
 *
 | 
						|
 * target-type: J316c
 | 
						|
 *
 | 
						|
 * Copyright The Asahi Linux Contributors
 | 
						|
 */
 | 
						|
 | 
						|
/dts-v1/;
 | 
						|
 | 
						|
#include "t6001.dtsi"
 | 
						|
#include "t600x-j314-j316.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	compatible = "apple,j316c", "apple,t6001", "apple,arm-platform";
 | 
						|
	model = "Apple MacBook Pro (16-inch, M1 Max, 2021)";
 | 
						|
};
 |