Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.18 13 lines 333 B view raw
1* Marvell MMP Timer controller 2 3Required 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. 7 8Example: 9 timer0: timer@d4014000 { 10 compatible = "mrvl,mmp-timer"; 11 reg = <0xd4014000 0x100>; 12 interrupts = <13>; 13 };