cifs: update internal module version number
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / timer / allwinner,sun4i-timer.txt
1 Allwinner A1X SoCs Timer Controller
2
3 Required properties:
4
5 - compatible : should be one of the following:
6               "allwinner,sun4i-a10-timer"
7               "allwinner,suniv-f1c100s-timer"
8 - reg : Specifies base physical address and size of the registers.
9 - interrupts : The interrupt of the first timer
10 - clocks: phandle to the source clock (usually a 24 MHz fixed clock)
11
12 Example:
13
14 timer {
15         compatible = "allwinner,sun4i-a10-timer";
16         reg = <0x01c20c00 0x400>;
17         interrupts = <22>;
18         clocks = <&osc>;
19 };