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.19-rc1 15 lines 308 B view raw
1* SPEAr RTC 2 3Required properties: 4- compatible : "st,spear600-rtc" 5- reg : Address range of the rtc registers 6- interrupt: Should contain the rtc interrupt number 7 8Example: 9 10 rtc@fc000000 { 11 compatible = "st,spear600-rtc"; 12 reg = <0xfc000000 0x1000>; 13 interrupt-parent = <&vic1>; 14 interrupts = <12>; 15 };