mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	Synchronise device trees with linux v5.19-rc5. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
		
			
				
	
	
		
			19 lines
		
	
	
		
			313 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			313 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0 OR X11
 | 
						|
/*
 | 
						|
 * Copyright (C) 2016 Amarula Solutions B.V.
 | 
						|
 * Copyright (C) 2016 Engicam S.r.l.
 | 
						|
 */
 | 
						|
 | 
						|
/dts-v1/;
 | 
						|
 | 
						|
#include "imx6ul-isiot.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	model = "Engicam Is.IoT MX6UL NAND Starter kit";
 | 
						|
	compatible = "engicam,imx6ul-isiot", "fsl,imx6ul";
 | 
						|
};
 | 
						|
 | 
						|
&gpmi {
 | 
						|
	status = "okay";
 | 
						|
};
 |