xref: /freebsd/sys/contrib/device-tree/Bindings/timer/mrvl,mmp-timer.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot* Marvell MMP Timer controller
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot- compatible : Should be "mrvl,mmp-timer".
5*c66ec88fSEmmanuel Vadot- reg : Address and length of the register set of timer controller.
6*c66ec88fSEmmanuel Vadot- interrupts : Should be the interrupt number.
7*c66ec88fSEmmanuel Vadot
8*c66ec88fSEmmanuel VadotOptional properties:
9*c66ec88fSEmmanuel Vadot- clocks : Should contain a single entry describing the clock input.
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel VadotExample:
12*c66ec88fSEmmanuel Vadot	timer0: timer@d4014000 {
13*c66ec88fSEmmanuel Vadot		compatible = "mrvl,mmp-timer";
14*c66ec88fSEmmanuel Vadot		reg = <0xd4014000 0x100>;
15*c66ec88fSEmmanuel Vadot		interrupts = <13>;
16*c66ec88fSEmmanuel Vadot		clocks = <&coreclk 2>;
17*c66ec88fSEmmanuel Vadot	};
18