Back to home page

OSCL-LXR

 
 

    


0001 VIA/Wondermedia VT8500 Timer
0002 -----------------------------------------------------
0003 
0004 Required properties:
0005 - compatible : "via,vt8500-timer"
0006 - reg : Should contain 1 register ranges(address and length)
0007 - interrupts : interrupt for the timer
0008 
0009 Example:
0010 
0011         timer@d8130100 {
0012                 compatible = "via,vt8500-timer";
0013                 reg = <0xd8130100 0x28>;
0014                 interrupts = <36>;
0015         };