Back to home page

OSCL-LXR

 
 

    


0001 NPS Network Processor
0002 
0003 Required properties:
0004 
0005 - compatible :  should be "ezchip,nps400-timer1"
0006 
0007 Clocks required for compatible = "ezchip,nps400-timer1":
0008 - clocks : Must contain a single entry describing the clock input
0009 
0010 Example:
0011 
0012 timer {
0013         compatible = "ezchip,nps400-timer1";
0014         clocks = <&sysclk>;
0015 };