renesas_usb3.txt 720 B

123456789101112131415161718192021222324
  1. Renesas Electronics USB3.0 Peripheral driver
  2. Required properties:
  3. - compatible: Must contain one of the following:
  4. - "renesas,r8a7795-usb3-peri"
  5. - reg: Base address and length of the register for the USB3.0 Peripheral
  6. - interrupts: Interrupt specifier for the USB3.0 Peripheral
  7. - clocks: clock phandle and specifier pair
  8. Example:
  9. usb3_peri0: usb@ee020000 {
  10. compatible = "renesas,r8a7795-usb3-peri";
  11. reg = <0 0xee020000 0 0x400>;
  12. interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
  13. clocks = <&cpg CPG_MOD 328>;
  14. };
  15. usb3_peri1: usb@ee060000 {
  16. compatible = "renesas,r8a7795-usb3-peri";
  17. reg = <0 0xee060000 0 0x400>;
  18. interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
  19. clocks = <&cpg CPG_MOD 327>;
  20. };