gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / Documentation / devicetree / bindings / timer / socionext,milbeaut-timer.txt
blobac44c4b67530b12e49e594d72527a20466f397de
1 Milbeaut SoCs Timer Controller
3 Required properties:
5 - compatible : should be "socionext,milbeaut-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 input clk.
10 Example:
12 timer {
13         compatible = "socionext,milbeaut-timer";
14         reg = <0x1e000050 0x20>
15         interrupts = <0 91 4>;
16         clocks = <&clk 4>;