renesas_usbhs.txt 773 B

123456789101112131415161718192021222324
  1. Renesas Electronics USBHS driver
  2. Required properties:
  3. - compatible: Must contain one of the following:
  4. - "renesas,usbhs-r8a7790"
  5. - "renesas,usbhs-r8a7791"
  6. - reg: Base address and length of the register for the USBHS
  7. - interrupts: Interrupt specifier for the USBHS
  8. - clocks: A list of phandle + clock specifier pairs
  9. Optional properties:
  10. - renesas,buswait: Integer to use BUSWAIT register
  11. - renesas,enable-gpio: A gpio specifier to check GPIO determining if USB
  12. function should be enabled
  13. - phys: phandle + phy specifier pair
  14. - phy-names: must be "usb"
  15. Example:
  16. usbhs: usb@e6590000 {
  17. compatible = "renesas,usbhs-r8a7790";
  18. reg = <0 0xe6590000 0 0x100>;
  19. interrupts = <0 107 IRQ_TYPE_LEVEL_HIGH>;
  20. clocks = <&mstp7_clks R8A7790_CLK_HSUSB>;
  21. };