kona-timer.txt 563 B

1234567891011121314151617181920
  1. Broadcom Kona Family timer
  2. -----------------------------------------------------
  3. This timer is used in the following Broadcom SoCs:
  4. BCM11130, BCM11140, BCM11351, BCM28145, BCM28155
  5. Required properties:
  6. - compatible : "brcm,kona-timer"
  7. - DEPRECATED: compatible : "bcm,kona-timer"
  8. - reg : Register range for the timer
  9. - interrupts : interrupt for the timer
  10. - clock-frequency: frequency that the clock operates
  11. Example:
  12. timer@35006000 {
  13. compatible = "brcm,kona-timer";
  14. reg = <0x35006000 0x1000>;
  15. interrupts = <0x0 7 0x4>;
  16. clock-frequency = <32768>;
  17. };