mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 16:18:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			364 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			364 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| VIA/Wondermedia VT8500 Realtime Clock Controller
 | |
| -----------------------------------------------------
 | |
| 
 | |
| Required properties:
 | |
| - compatible : "via,vt8500-rtc"
 | |
| - reg : Should contain 1 register ranges(address and length)
 | |
| - interrupts : alarm interrupt
 | |
| 
 | |
| Example:
 | |
| 
 | |
| 	rtc@d8100000 {
 | |
| 		compatible = "via,vt8500-rtc";
 | |
| 		reg = <0xd8100000 0x10000>;
 | |
| 		interrupts = <48>;
 | |
| 	};
 | 
