Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-updates > by-pkgid > 62cc31ee95c4bb5471e391c3bda96190 > files > 947

kernel-doc-4.14.50-2.mga6.noarch.rpm

* 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>;
	};