xref: /freebsd/sys/contrib/device-tree/Bindings/usb/ohci-omap3.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotOMAP HS USB OHCI controller (OMAP3 and later)
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot
5*c66ec88fSEmmanuel Vadot- compatible: should be "ti,ohci-omap3"
6*c66ec88fSEmmanuel Vadot- reg: should contain one register range i.e. start and length
7*c66ec88fSEmmanuel Vadot- interrupts: description of the interrupt line
8*c66ec88fSEmmanuel Vadot
9*c66ec88fSEmmanuel VadotExample for OMAP4:
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel Vadotusbhsohci: ohci@4a064800 {
12*c66ec88fSEmmanuel Vadot	compatible = "ti,ohci-omap3";
13*c66ec88fSEmmanuel Vadot	reg = <0x4a064800 0x400>;
14*c66ec88fSEmmanuel Vadot	interrupts = <0 76 0x4>;
15*c66ec88fSEmmanuel Vadot};
16