12 lines
		
	
	
		
			241 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			241 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: (GPL-2.0+ or MIT)
 | 
						|
/*
 | 
						|
 * Copyright (C) 2018 Jagan Teki <jagan@openedev.com>
 | 
						|
 */
 | 
						|
 | 
						|
#include "sun50i-h6-orangepi.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	model = "OrangePi Lite2";
 | 
						|
	compatible = "xunlong,orangepi-lite2", "allwinner,sun50i-h6";
 | 
						|
};
 |