rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / mrvl / timer.txt
blob9a6e251462e72c2b84d81cb22a1cd12a3efb3a28
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 Example:
9         timer0: timer@d4014000 {
10                 compatible = "mrvl,mmp-timer";
11                 reg = <0xd4014000 0x100>;
12                 interrupts = <13>;
13         };