mediatek,mtk-timer.txt 547 B

1234567891011121314151617
  1. Mediatek MT6577, MT6572 and MT6589 Timers
  2. ---------------------------------------
  3. Required properties:
  4. - compatible: Should be "mediatek,mt6577-timer"
  5. - reg: Should contain location and length for timers register.
  6. - clocks: Clocks driving the timer hardware. This list should include two
  7. clocks. The order is system clock and as second clock the RTC clock.
  8. Examples:
  9. timer@10008000 {
  10. compatible = "mediatek,mt6577-timer";
  11. reg = <0x10008000 0x80>;
  12. interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_LOW>;
  13. clocks = <&system_clk>, <&rtc_clk>;
  14. };