gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / Documentation / devicetree / bindings / timer / mrvl,mmp-timer.txt
blobb8f02c6635219f57a0473ab1d580ff00bf24b599
1 * Marvell MMP Timer controller
3 Required properties:
4 - compatible : Should be "mrvl,mmp-timer".
5 - reg : Address and length of the register set of timer controller.
6 - interrupts : Should be the interrupt number.
8 Optional properties:
9 - clocks : Should contain a single entry describing the clock input.
11 Example:
12         timer0: timer@d4014000 {
13                 compatible = "mrvl,mmp-timer";
14                 reg = <0xd4014000 0x100>;
15                 interrupts = <13>;
16                 clocks = <&coreclk 2>;
17         };