mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	to prepare the switch to the macro. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			358 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			358 B
		
	
	
	
		
			Text
		
	
	
	
	
	
/*
 | 
						|
 * tny_a9g20.dts - Device Tree file for Caloa TNY A9G20 board
 | 
						|
 *
 | 
						|
 * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
 | 
						|
 *
 | 
						|
 * Licensed under GPLv2.
 | 
						|
 */
 | 
						|
/dts-v1/;
 | 
						|
#include "at91sam9g20.dtsi"
 | 
						|
#include "tny_a9260_common.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	model = "Calao TNY A9G20";
 | 
						|
	compatible = "calao,tny-a9g20", "atmel,at91sam9g20", "atmel,at91sam9";
 | 
						|
};
 |