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.11-rc2 15 lines 338 B view raw
1* EHCI controller, Orion Marvell variants 2 3Required properties: 4- compatible: must be "marvell,orion-ehci" 5- reg: physical base address of the controller and length of memory mapped 6 region. 7- interrupts: The EHCI interrupt 8 9Example: 10 11 ehci@50000 { 12 compatible = "marvell,orion-ehci"; 13 reg = <0x50000 0x1000>; 14 interrupts = <19>; 15 };