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.1-rc3 17 lines 394 B view raw
1Conexant Digicolor Real Time Clock controller 2 3This binding currently supports the CX92755 SoC. 4 5Required properties: 6- compatible: should be "cnxt,cx92755-rtc" 7- reg: physical base address of the controller and length of memory mapped 8 region. 9- interrupts: rtc alarm interrupt 10 11Example: 12 13 rtc@f0000c30 { 14 compatible = "cnxt,cx92755-rtc"; 15 reg = <0xf0000c30 0x18>; 16 interrupts = <25>; 17 };