summaryrefslogblamecommitdiffstats
path: root/Documentation/devicetree/bindings/usb/usb-ohci.txt
blob: 6933b0c6487d1ed85e0b14f587b5a17847c060c9 (plain) (tree)
1
2
3
4
5
6
7
8







                                                           


                                                                          













                                                                    
USB OHCI controllers

Required properties:
- compatible : "usb-ohci"
- reg : ohci controller register range (address and length)
- interrupts : ohci controller interrupt

Optional properties:
- big-endian-regs : boolean, set this for hcds with big-endian registers
- big-endian-desc : boolean, set this for hcds with big-endian descriptors
- big-endian : boolean, for hcds with big-endian-regs + big-endian-desc
- clocks : a list of phandle + clock specifier pairs
- phys : phandle + phy specifier pair
- phy-names : "usb"

Example:

	ohci0: usb@01c14400 {
		compatible = "allwinner,sun4i-a10-ohci", "usb-ohci";
		reg = <0x01c14400 0x100>;
		interrupts = <64>;
		clocks = <&usb_clk 6>, <&ahb_gates 2>;
		phys = <&usbphy 1>;
		phy-names = "usb";
	};