2015-12-21 09:40:04 +00:00
|
|
|
Renesas Electronics USB3.0 Peripheral driver
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
- compatible: Must contain one of the following:
|
2018-08-24 07:56:15 +00:00
|
|
|
- "renesas,r8a774a1-usb3-peri"
|
2018-12-13 20:22:18 +00:00
|
|
|
- "renesas,r8a774c0-usb3-peri"
|
2015-12-21 09:40:04 +00:00
|
|
|
- "renesas,r8a7795-usb3-peri"
|
2017-08-04 02:16:58 +00:00
|
|
|
- "renesas,r8a7796-usb3-peri"
|
2018-02-27 08:16:03 +00:00
|
|
|
- "renesas,r8a77965-usb3-peri"
|
2018-10-02 11:58:26 +00:00
|
|
|
- "renesas,r8a77990-usb3-peri"
|
2018-08-24 07:56:15 +00:00
|
|
|
- "renesas,rcar-gen3-usb3-peri" for a generic R-Car Gen3 or RZ/G2
|
|
|
|
compatible device
|
2017-08-04 02:16:58 +00:00
|
|
|
|
|
|
|
When compatible with the generic version, nodes must list the
|
|
|
|
SoC-specific version corresponding to the platform first
|
|
|
|
followed by the generic version.
|
|
|
|
|
2015-12-21 09:40:04 +00:00
|
|
|
- reg: Base address and length of the register for the USB3.0 Peripheral
|
|
|
|
- interrupts: Interrupt specifier for the USB3.0 Peripheral
|
|
|
|
- clocks: clock phandle and specifier pair
|
|
|
|
|
2017-09-29 11:45:01 +00:00
|
|
|
Optional properties:
|
|
|
|
- phys: phandle + phy specifier pair
|
|
|
|
- phy-names: must be "usb"
|
|
|
|
|
2017-08-04 02:16:58 +00:00
|
|
|
Example of R-Car H3 ES1.x:
|
2015-12-21 09:40:04 +00:00
|
|
|
usb3_peri0: usb@ee020000 {
|
2017-08-04 02:16:58 +00:00
|
|
|
compatible = "renesas,r8a7795-usb3-peri",
|
|
|
|
"renesas,rcar-gen3-usb3-peri";
|
2015-12-21 09:40:04 +00:00
|
|
|
reg = <0 0xee020000 0 0x400>;
|
|
|
|
interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
|
clocks = <&cpg CPG_MOD 328>;
|
|
|
|
};
|
|
|
|
|
|
|
|
usb3_peri1: usb@ee060000 {
|
2017-08-04 02:16:58 +00:00
|
|
|
compatible = "renesas,r8a7795-usb3-peri",
|
|
|
|
"renesas,rcar-gen3-usb3-peri";
|
2015-12-21 09:40:04 +00:00
|
|
|
reg = <0 0xee060000 0 0x400>;
|
|
|
|
interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
|
clocks = <&cpg CPG_MOD 327>;
|
|
|
|
};
|