| .. | .. |
|---|
| 1 | 1 | Rockchip SuperSpeed DWC3 USB SoC controller |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | Required properties: |
|---|
| 4 | | -- compatible : should be one of the listed compatibles: |
|---|
| 5 | | - - "rockchip,rk1808-dwc3": for rk1808 SoC; |
|---|
| 6 | | - - "rockchip,rk3399-dwc3": for rk3399 SoC; |
|---|
| 4 | +- compatible: should contain "rockchip,rk3399-dwc3" for rk3399 SoC |
|---|
| 7 | 5 | - clocks: A list of phandle + clock-specifier pairs for the |
|---|
| 8 | 6 | clocks listed in clock-names |
|---|
| 9 | 7 | - clock-names: Should contain the following: |
|---|
| .. | .. |
|---|
| 18 | 16 | the node is not important. The content of the node is defined in dwc3.txt. |
|---|
| 19 | 17 | |
|---|
| 20 | 18 | Phy documentation is provided in the following places: |
|---|
| 21 | | -Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.txt - USB2.0 PHY |
|---|
| 19 | +Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml - USB2.0 PHY |
|---|
| 22 | 20 | Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt - Type-C PHY |
|---|
| 23 | 21 | |
|---|
| 24 | 22 | Example device nodes: |
|---|