mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	This contains just the minimum information for a coreboot-based board. Signed-off-by: Stefan Reinauer <reinauer@chromium.org> Signed-off-by: Gabe Black <gabeblack@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			17 lines
		
	
	
		
			217 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			217 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /include/ "skeleton.dtsi"
 | |
| 
 | |
| / {
 | |
| 	aliases {
 | |
| 		console = "/serial";
 | |
| 	};
 | |
| 
 | |
| 	serial {
 | |
| 		compatible = "ns16550";
 | |
| 		reg-shift = <1>;
 | |
| 		io-mapped = <1>;
 | |
| 		multiplier = <1>;
 | |
| 		baudrate = <115200>;
 | |
| 		status = "disabled";
 | |
| 	};
 | |
| };
 |