198c6bf2aSMatthias BruggerMediatek MT6577, MT6572 and MT6589 Timers
298c6bf2aSMatthias Brugger---------------------------------------
398c6bf2aSMatthias Brugger
498c6bf2aSMatthias BruggerRequired properties:
598c6bf2aSMatthias Brugger- compatible: Should be "mediatek,mt6577-timer"
698c6bf2aSMatthias Brugger- reg: Should contain location and length for timers register.
798c6bf2aSMatthias Brugger- clocks: Clocks driving the timer hardware. This list should include two
898c6bf2aSMatthias Brugger	clocks. The order is system clock and as second clock the RTC clock.
998c6bf2aSMatthias Brugger
1098c6bf2aSMatthias BruggerExamples:
1198c6bf2aSMatthias Brugger
1298c6bf2aSMatthias Brugger	timer@10008000 {
1398c6bf2aSMatthias Brugger		compatible = "mediatek,mt6577-timer";
1498c6bf2aSMatthias Brugger		reg = <0x10008000 0x80>;
1598c6bf2aSMatthias Brugger		interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_LOW>;
1698c6bf2aSMatthias Brugger		clocks = <&system_clk>, <&rtc_clk>;
1798c6bf2aSMatthias Brugger	};
18