2014-09-03 12:25:40 +07:00
|
|
|
Renesas Electronics USBHS driver
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
- compatible: Must contain one of the following:
|
|
|
|
- "renesas,usbhs-r8a7790"
|
|
|
|
- "renesas,usbhs-r8a7791"
|
2015-05-18 18:04:15 +07:00
|
|
|
- "renesas,usbhs-r8a7794"
|
2015-09-29 16:21:19 +07:00
|
|
|
- "renesas,usbhs-r8a7795"
|
2014-09-03 12:25:40 +07:00
|
|
|
- reg: Base address and length of the register for the USBHS
|
|
|
|
- interrupts: Interrupt specifier for the USBHS
|
|
|
|
- clocks: A list of phandle + clock specifier pairs
|
|
|
|
|
|
|
|
Optional properties:
|
|
|
|
- renesas,buswait: Integer to use BUSWAIT register
|
|
|
|
- renesas,enable-gpio: A gpio specifier to check GPIO determining if USB
|
|
|
|
function should be enabled
|
|
|
|
- phys: phandle + phy specifier pair
|
|
|
|
- phy-names: must be "usb"
|
2015-01-19 10:53:17 +07:00
|
|
|
- dmas: Must contain a list of references to DMA specifiers.
|
2015-04-08 17:42:24 +07:00
|
|
|
- dma-names : named "ch%d", where %d is the channel number ranging from zero
|
|
|
|
to the number of channels (DnFIFOs) minus one.
|
2014-09-03 12:25:40 +07:00
|
|
|
|
|
|
|
Example:
|
|
|
|
usbhs: usb@e6590000 {
|
|
|
|
compatible = "renesas,usbhs-r8a7790";
|
|
|
|
reg = <0 0xe6590000 0 0x100>;
|
|
|
|
interrupts = <0 107 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
|
clocks = <&mstp7_clks R8A7790_CLK_HSUSB>;
|
|
|
|
};
|