mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	ARM: dts: dm816x: add clkctrl nodes
Add clkctrl nodes for DM816x SoC. These are going to be acting as replacement for part of the existing clock data and the existing clkctrl hooks under hwmod data. Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
		
							parent
							
								
									bb30465b59
								
							
						
					
					
						commit
						80a06c0d83
					
				
					 1 changed files with 30 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -248,3 +248,33 @@ timer7_fck: timer7_fck@3a8 {
 | 
			
		|||
		reg = <0x03a8>;
 | 
			
		||||
	};
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
&prcm {
 | 
			
		||||
	default_cm: default_cm@500 {
 | 
			
		||||
		compatible = "ti,omap4-cm";
 | 
			
		||||
		reg = <0x500 0x100>;
 | 
			
		||||
		#address-cells = <1>;
 | 
			
		||||
		#size-cells = <1>;
 | 
			
		||||
		ranges = <0 0x500 0x100>;
 | 
			
		||||
 | 
			
		||||
		default_clkctrl: clk@0 {
 | 
			
		||||
			compatible = "ti,clkctrl";
 | 
			
		||||
			reg = <0x0 0x5c>;
 | 
			
		||||
			#clock-cells = <2>;
 | 
			
		||||
		};
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	alwon_cm: alwon_cm@1400 {
 | 
			
		||||
		compatible = "ti,omap4-cm";
 | 
			
		||||
		reg = <0x1400 0x300>;
 | 
			
		||||
		#address-cells = <1>;
 | 
			
		||||
		#size-cells = <1>;
 | 
			
		||||
		ranges = <0 0x1400 0x300>;
 | 
			
		||||
 | 
			
		||||
		alwon_clkctrl: clk@0 {
 | 
			
		||||
			compatible = "ti,clkctrl";
 | 
			
		||||
			reg = <0x0 0x208>;
 | 
			
		||||
			#clock-cells = <2>;
 | 
			
		||||
		};
 | 
			
		||||
	};
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue