1510c0ffdSJon HunterOMAP Counter-32K bindings
2510c0ffdSJon Hunter
3510c0ffdSJon HunterRequired properties:
4510c0ffdSJon Hunter- compatible:	Must be "ti,omap-counter32k" for OMAP controllers
5510c0ffdSJon Hunter- reg:		Contains timer register address range (base address and length)
6510c0ffdSJon Hunter- ti,hwmods:	Name of the hwmod associated to the counter, which is typically
7510c0ffdSJon Hunter		"counter_32k"
8510c0ffdSJon Hunter
9510c0ffdSJon HunterExample:
10510c0ffdSJon Hunter
11510c0ffdSJon Huntercounter32k: counter@4a304000 {
12510c0ffdSJon Hunter	compatible = "ti,omap-counter32k";
13510c0ffdSJon Hunter	reg = <0x4a304000 0x20>;
14510c0ffdSJon Hunter	ti,hwmods = "counter_32k";
15510c0ffdSJon Hunter};
16