mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			328 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			328 B
		
	
	
	
		
			Text
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0
 | 
						|
/*
 | 
						|
 * Copyright 2013 Freescale Semiconductor, Inc.
 | 
						|
 *
 | 
						|
 * Author: Fabio Estevam <fabio.estevam@freescale.com>
 | 
						|
 */
 | 
						|
/dts-v1/;
 | 
						|
#include "imx6q.dtsi"
 | 
						|
#include "imx6qdl-udoo.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	model = "Udoo i.MX6 Quad Board";
 | 
						|
	compatible = "udoo,imx6q-udoo", "fsl,imx6q";
 | 
						|
};
 | 
						|
 | 
						|
&sata {
 | 
						|
	status = "okay";
 | 
						|
};
 |