xref: /freebsd/sys/contrib/device-tree/Bindings/arm/omap/counter.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotOMAP Counter-32K bindings
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot- compatible:	Must be "ti,omap-counter32k" for OMAP controllers
5*c66ec88fSEmmanuel Vadot- reg:		Contains timer register address range (base address and length)
6*c66ec88fSEmmanuel Vadot- ti,hwmods:	Name of the hwmod associated to the counter, which is typically
7*c66ec88fSEmmanuel Vadot		"counter_32k"
8*c66ec88fSEmmanuel Vadot
9*c66ec88fSEmmanuel VadotExample:
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel Vadotcounter32k: counter@4a304000 {
12*c66ec88fSEmmanuel Vadot	compatible = "ti,omap-counter32k";
13*c66ec88fSEmmanuel Vadot	reg = <0x4a304000 0x20>;
14*c66ec88fSEmmanuel Vadot	ti,hwmods = "counter_32k";
15*c66ec88fSEmmanuel Vadot};
16