Back to home page

OSCL-LXR

 
 

    


0001 Milbeaut SoCs Timer Controller
0002 
0003 Required properties:
0004 
0005 - compatible : should be "socionext,milbeaut-timer".
0006 - reg : Specifies base physical address and size of the registers.
0007 - interrupts : The interrupt of the first timer.
0008 - clocks: phandle to the input clk.
0009 
0010 Example:
0011 
0012 timer {
0013         compatible = "socionext,milbeaut-timer";
0014         reg = <0x1e000050 0x20>
0015         interrupts = <0 91 4>;
0016         clocks = <&clk 4>;
0017 };