Back to home page

OSCL-LXR

 
 

    


0001 DA8XX USB OHCI controller
0002 
0003 Required properties:
0004 
0005  - compatible: Should be "ti,da830-ohci"
0006  - reg:        Should contain one register range i.e. start and length
0007  - interrupts: Description of the interrupt line
0008  - phys:       Phandle for the PHY device
0009  - phy-names:  Should be "usb-phy"
0010 
0011 Optional properties:
0012  - vbus-supply: phandle of regulator that controls vbus power / over-current
0013 
0014 Example:
0015 
0016 ohci: usb@225000 {
0017         compatible = "ti,da830-ohci";
0018         reg = <0x225000 0x1000>;
0019         interrupts = <59>;
0020         phys = <&usb_phy 1>;
0021         phy-names = "usb-phy";
0022         vbus-supply = <&reg_usb_ohci>;
0023 };