counter.txt 412 B

12345678910111213141516
  1. OMAP Counter-32K bindings
  2. Required properties:
  3. - compatible: Must be "ti,omap-counter32k" for OMAP controllers
  4. - reg: Contains timer register address range (base address and length)
  5. - ti,hwmods: Name of the hwmod associated to the counter, which is typically
  6. "counter_32k"
  7. Example:
  8. counter32k: counter@4a304000 {
  9. compatible = "ti,omap-counter32k";
  10. reg = <0x4a304000 0x20>;
  11. ti,hwmods = "counter_32k";
  12. };