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.0 17 lines 350 B view raw
1Android Goldfish RTC 2 3Android Goldfish RTC device used by Android emulator. 4 5Required properties: 6 7- compatible : should contain "google,goldfish-rtc" 8- reg : <registers mapping> 9- interrupts : <interrupt mapping> 10 11Example: 12 13 goldfish_timer@9020000 { 14 compatible = "google,goldfish-rtc"; 15 reg = <0x9020000 0x1000>; 16 interrupts = <0x3>; 17 };