]> git.karo-electronics.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/arm/omap/counter.txt
Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-intel...
[karo-tx-linux.git] / Documentation / devicetree / bindings / arm / omap / counter.txt
1 OMAP Counter-32K bindings
2
3 Required properties:
4 - compatible:   Must be "ti,omap-counter32k" for OMAP controllers
5 - reg:          Contains timer register address range (base address and length)
6 - ti,hwmods:    Name of the hwmod associated to the counter, which is typically
7                 "counter_32k"
8
9 Example:
10
11 counter32k: counter@4a304000 {
12         compatible = "ti,omap-counter32k";
13         reg = <0x4a304000 0x20>;
14         ti,hwmods = "counter_32k";
15 };