13 lines
		
	
	
		
			190 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			190 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /*
 | |
|  * Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
 | |
|  *
 | |
|  * Licensed under the ISC license.
 | |
|  */
 | |
| 
 | |
| #include "bcm4708.dtsi"
 | |
| 
 | |
| &uart0 {
 | |
| 	clock-frequency = <125000000>;
 | |
| 	status = "okay";
 | |
| };
 | 
