IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / timer / allwinner,sun4i-timer.txt
blob48aeb7884ed3733ae46e757cf9ee5da4b1063a51
1 Allwinner A1X SoCs Timer Controller
3 Required properties:
5 - compatible : should be "allwinner,sun4i-timer"
6 - reg : Specifies base physical address and size of the registers.
7 - interrupts : The interrupt of the first timer
8 - clocks: phandle to the source clock (usually a 24 MHz fixed clock)
10 Example:
12 timer {
13         compatible = "allwinner,sun4i-timer";
14         reg = <0x01c20c00 0x400>;
15         interrupts = <22>;
16         clocks = <&osc>;