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