xref: /linux/Documentation/devicetree/bindings/arm/omap/counter.txt (revision e5451c8f8330e03ad3cfa16048b4daf961af434f)
1*510c0ffdSJon HunterOMAP Counter-32K bindings
2*510c0ffdSJon Hunter
3*510c0ffdSJon HunterRequired properties:
4*510c0ffdSJon Hunter- compatible:	Must be "ti,omap-counter32k" for OMAP controllers
5*510c0ffdSJon Hunter- reg:		Contains timer register address range (base address and length)
6*510c0ffdSJon Hunter- ti,hwmods:	Name of the hwmod associated to the counter, which is typically
7*510c0ffdSJon Hunter		"counter_32k"
8*510c0ffdSJon Hunter
9*510c0ffdSJon HunterExample:
10*510c0ffdSJon Hunter
11*510c0ffdSJon Huntercounter32k: counter@4a304000 {
12*510c0ffdSJon Hunter	compatible = "ti,omap-counter32k";
13*510c0ffdSJon Hunter	reg = <0x4a304000 0x20>;
14*510c0ffdSJon Hunter	ti,hwmods = "counter_32k";
15*510c0ffdSJon Hunter};
16