bcm,kona-timer.txt 517 B

12345678910111213141516171819
  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 : "bcm,kona-timer"
  7. - reg : Register range for the timer
  8. - interrupts : interrupt for the timer
  9. - clock-frequency: frequency that the clock operates
  10. Example:
  11. timer@35006000 {
  12. compatible = "bcm,kona-timer";
  13. reg = <0x35006000 0x1000>;
  14. interrupts = <0x0 7 0x4>;
  15. clock-frequency = <32768>;
  16. };