6 "snps,dw-apb-timer-sp" <DEPRECATED>
7 "snps,dw-apb-timer-osc" <DEPRECATED>
8 - reg: physical base address of the controller and length of memory mapped
10 - interrupts: IRQ line for the timer.
11 - either clocks+clock-names or clock-frequency properties
14 - clocks : list of clock specifiers, corresponding to entries in
15 the clock-names property;
16 - clock-names : should contain "timer" and "pclk" entries, matching entries
17 in the clocks property.
18 - clock-frequency: The frequency in HZ of the timer.
19 - clock-freq: For backwards compatibility with picoxcell
21 If using the clock specifiers, the pclk clock is optional, as not all
27 compatible = "snps,dw-apb-timer";
28 interrupts = <0 170 4>;
29 reg = <0xffe00000 0x1000>;
30 clocks = <&timer_clk>, <&timer_pclk>;
31 clock-names = "timer", "pclk";