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 v5.19 17 lines 365 B view raw
1NPS Network Processor 2 3Required properties: 4 5- compatible : should be "ezchip,nps400-timer0" 6 7Clocks required for compatible = "ezchip,nps400-timer0": 8- interrupts : The interrupt of the first timer 9- clocks : Must contain a single entry describing the clock input 10 11Example: 12 13timer { 14 compatible = "ezchip,nps400-timer0"; 15 interrupts = <3>; 16 clocks = <&sysclk>; 17};