mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	Import the i.MX6 based UDOO dts files from Linux 5.12-rc1. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Stefano Babic <sbabic@denx.de> Reviewed-by: Fabio Estevam <festevam@gmail.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			306 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			306 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0
 | 
						|
/*
 | 
						|
 * Copyright 2013 Freescale Semiconductor, Inc.
 | 
						|
 *
 | 
						|
 * Author: Fabio Estevam <fabio.estevam@freescale.com>
 | 
						|
 */
 | 
						|
/dts-v1/;
 | 
						|
#include "imx6dl.dtsi"
 | 
						|
#include "imx6qdl-udoo.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	model = "Udoo i.MX6 Dual-lite Board";
 | 
						|
	compatible = "udoo,imx6dl-udoo", "fsl,imx6dl";
 | 
						|
};
 |