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.6-rc6 17 lines 412 B view raw
1MOXA ART timer 2 3Required properties: 4 5- compatible : Must be "moxa,moxart-timer" 6- reg : Should contain registers location and length 7- interrupts : Should contain the timer interrupt number 8- clocks : Should contain phandle for the clock that drives the counter 9 10Example: 11 12 timer: timer@98400000 { 13 compatible = "moxa,moxart-timer"; 14 reg = <0x98400000 0x42>; 15 interrupts = <19 1>; 16 clocks = <&coreclk>; 17 };