mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 20:18:18 +00:00 
			
		
		
		
	Now that Linux has accepted these tags, move the device tree files in U-Boot over to use them. Signed-off-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			11 lines
		
	
	
		
			166 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			166 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| / {
 | |
| 	serial: serial {
 | |
| 		bootph-all;
 | |
| 		compatible = "ns16550";
 | |
| 		reg = <0x3f8 8>;
 | |
| 		reg-shift = <0>;
 | |
| 		clock-frequency = <1843200>;
 | |
| 		current-speed = <115200>;
 | |
| 	};
 | |
| };
 |