mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-03 18:01:41 +01:00 
			
		
		
		
	Synchronise device tree with linux v5.19-rc5. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			142 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			142 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
 | 
						|
 | 
						|
#include "imx8mq-u-boot.dtsi"
 | 
						|
 | 
						|
&pinctrl_uart1 {
 | 
						|
	u-boot,dm-spl;
 | 
						|
};
 | 
						|
 | 
						|
&uart1 {
 | 
						|
	u-boot,dm-spl;
 | 
						|
};
 |