Back to home page

OSCL-LXR

 
 

    


0001 OMAP HS USB OHCI controller (OMAP3 and later)
0002 
0003 Required properties:
0004 
0005 - compatible: should be "ti,ohci-omap3"
0006 - reg: should contain one register range i.e. start and length
0007 - interrupts: description of the interrupt line
0008 
0009 Example for OMAP4:
0010 
0011 usbhsohci: ohci@4a064800 {
0012         compatible = "ti,ohci-omap3";
0013         reg = <0x4a064800 0x400>;
0014         interrupts = <0 76 0x4>;
0015 };