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 v3.13-rc2 15 lines 355 B view raw
1Generic Platform UHCI Controller 2----------------------------------------------------- 3 4Required properties: 5- compatible : "platform-uhci" 6- reg : Should contain 1 register ranges(address and length) 7- interrupts : UHCI controller interrupt 8 9Example: 10 11 uhci@d8007b00 { 12 compatible = "platform-uhci"; 13 reg = <0xd8007b00 0x200>; 14 interrupts = <43>; 15 };