Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm...
[deliverable/linux.git] / Documentation / devicetree / bindings / rtc / dw-apb.txt
CommitLineData
cfda5901
DN
1* Designware APB timer
2
3Required properties:
620f5e1c
DN
4- compatible: One of:
5 "snps,dw-apb-timer"
6 "snps,dw-apb-timer-sp" <DEPRECATED>
7 "snps,dw-apb-timer-osc" <DEPRECATED>
cfda5901
DN
8- reg: physical base address of the controller and length of memory mapped
9 region.
10- interrupts: IRQ line for the timer.
a8b447f2
HS
11- either clocks+clock-names or clock-frequency properties
12
13Optional 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.
cfda5901
DN
18- clock-frequency: The frequency in HZ of the timer.
19- clock-freq: For backwards compatibility with picoxcell
20
a8b447f2
HS
21If using the clock specifiers, the pclk clock is optional, as not all
22systems may use one.
23
24
cfda5901 25Example:
620f5e1c
DN
26 timer@ffe00000 {
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";
32 };
This page took 0.206048 seconds and 5 git commands to generate.