mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	Copy all device tree files required for omap4 panda support from mainline Linux. Signed-off-by: Tero Kristo <t-kristo@ti.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			316 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			316 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0-only
 | |
| /*
 | |
|  * Device Tree Source for OMAP4 clock data
 | |
|  *
 | |
|  * Copyright (C) 2013 Texas Instruments, Inc.
 | |
|  */
 | |
| &prm_clocks {
 | |
| 	bandgap_fclk: bandgap_fclk@1888 {
 | |
| 		#clock-cells = <0>;
 | |
| 		compatible = "ti,gate-clock";
 | |
| 		clocks = <&sys_32k_ck>;
 | |
| 		ti,bit-shift = <8>;
 | |
| 		reg = <0x1888>;
 | |
| 	};
 | |
| };
 |