Back to home page

OSCL-LXR

 
 

    


0001 Nuvoton NPCM7XX SoC USB controllers:
0002 -----------------------------
0003 
0004 EHCI:
0005 -----
0006 
0007 Required properties:
0008 - compatible: "nuvoton,npcm750-ehci"
0009 - interrupts: Should contain the EHCI interrupt
0010 - reg:        Physical address and length of the register set for the device
0011 
0012 Example:
0013 
0014         ehci1: usb@f0806000 {
0015                 compatible = "nuvoton,npcm750-ehci";
0016                 reg = <0xf0806000 0x1000>;
0017                 interrupts = <0 61 4>;
0018         };