mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	ARM: at91/dt: pm9g45: crystals frequencies
Define Ronetix pm9g45 main and slow crystals frequencies. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
		
							parent
							
								
									4c67a1319b
								
							
						
					
					
						commit
						57314956cc
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		|  | @ -29,6 +29,14 @@ | |||
| 			compatible = "atmel,osc", "fixed-clock"; | ||||
| 			clock-frequency = <12000000>; | ||||
| 		}; | ||||
| 
 | ||||
| 		slow_xtal { | ||||
| 		      clock-frequency = <32768>; | ||||
| 		}; | ||||
| 
 | ||||
| 		main_xtal { | ||||
| 		      clock-frequency = <12000000>; | ||||
| 		}; | ||||
| 	}; | ||||
| 
 | ||||
| 	ahb { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Alexandre Belloni
						Alexandre Belloni