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.7-rc4 14 lines 280 B view raw
1Synopsys ARC Free Running 64-bit Local Timer for ARC HS CPUs 2- clocksource provider for UP SoC 3 4Required properties: 5 6- compatible : should be "snps,archs-rtc" 7- clocks : phandle to the source clock 8 9Example: 10 11 rtc { 12 compatible = "snps,arc-rtc"; 13 clocks = <&core_clk>; 14 };