Back to home page

OSCL-LXR

 
 

    


0001 OMAP Counter-32K bindings
0002 
0003 Required properties:
0004 - compatible:   Must be "ti,omap-counter32k" for OMAP controllers
0005 - reg:          Contains timer register address range (base address and length)
0006 - ti,hwmods:    Name of the hwmod associated to the counter, which is typically
0007                 "counter_32k"
0008 
0009 Example:
0010 
0011 counter32k: counter@4a304000 {
0012         compatible = "ti,omap-counter32k";
0013         reg = <0x4a304000 0x20>;
0014         ti,hwmods = "counter_32k";
0015 };