1 # SPDX-License-Identifier: GPL-2.0-only
4 $id: http://devicetree.org/schemas/timer/snps,dw-apb-timer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Synopsys DesignWare APB Timer
10 - Daniel Lezcano <daniel.lezcano@linaro.org>
15 - const: snps,dw-apb-timer
17 - snps,dw-apb-timer-sp
18 - snps,dw-apb-timer-osc
30 - description: Timer ticks reference clock source
31 - description: APB interface clock source
41 additionalProperties: false
60 compatible = "snps,dw-apb-timer";
61 interrupts = <0 170 4>;
62 reg = <0xffe00000 0x1000>;
63 clocks = <&timer_clk>, <&timer_pclk>;
64 clock-names = "timer", "pclk";
68 compatible = "snps,dw-apb-timer";
69 interrupts = <0 170 4>;
70 reg = <0xffe00000 0x1000>;
71 clocks = <&timer_clk>;
72 clock-names = "timer";
76 compatible = "snps,dw-apb-timer";
77 interrupts = <0 170 4>;
78 reg = <0xffe00000 0x1000>;
79 clock-frequency = <25000000>;