blob: 9a6e251462e72c2b84d81cb22a1cd12a3efb3a28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
* Marvell MMP Timer controller
Required properties:
- compatible : Should be "mrvl,mmp-timer".
- reg : Address and length of the register set of timer controller.
- interrupts : Should be the interrupt number.
Example:
timer0: timer@d4014000 {
compatible = "mrvl,mmp-timer";
reg = <0xd4014000 0x100>;
interrupts = <13>;
};
|