omap-usb-tll.txt 430 B

1234567891011121314151617
  1. OMAP HS USB Host TLL (Transceiver-Less Interface)
  2. Required properties:
  3. - compatible : should be "ti,usbhs-tll"
  4. - reg : should contain one register range i.e. start and length
  5. - interrupts : should contain the TLL module's interrupt
  6. - ti,hwmod : must contain "usb_tll_hs"
  7. Example:
  8. usbhstll: usbhstll@4a062000 {
  9. compatible = "ti,usbhs-tll";
  10. reg = <0x4a062000 0x1000>;
  11. interrupts = <78>;
  12. ti,hwmods = "usb_tll_hs";
  13. };