mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	This patch adds device tree support for the bcm283x mini-uart driver. Signed-off-by: Fabian Vogt <fvogt@suse.com> Reviewed-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			11 lines
		
	
	
		
			313 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			313 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| * BCM283x mini UART
 | |
| 
 | |
| Required properties:
 | |
| - compatible: must be "brcm,bcm2835-aux-uart"
 | |
| - reg: exactly one register range with length 0x1000
 | |
| - clock: input clock frequency for the UART (used to calculate the baud
 | |
|   rate divisor)
 | |
| 
 | |
| Optional properties:
 | |
| - skip-init: if present, the baud rate divisor is not changed
 |