|
@@ -81,7 +81,7 @@ Signed-off-by: John Crispin <[email protected]>
|
|
|
+ dwc3@8a00000 {
|
|
+ dwc3@8a00000 {
|
|
|
+ compatible = "snps,dwc3";
|
|
+ compatible = "snps,dwc3";
|
|
|
+ reg = <0x8a00000 0xf8000>;
|
|
+ reg = <0x8a00000 0xf8000>;
|
|
|
-+ interrupts = <0 132 0>;
|
|
|
|
|
|
|
++ interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
+ phys = <&usb3_hs_phy>, <&usb3_ss_phy>;
|
|
+ phys = <&usb3_hs_phy>, <&usb3_ss_phy>;
|
|
|
+ phy-names = "usb2-phy", "usb3-phy";
|
|
+ phy-names = "usb2-phy", "usb3-phy";
|
|
|
+ dr_mode = "host";
|
|
+ dr_mode = "host";
|
|
@@ -113,7 +113,7 @@ Signed-off-by: John Crispin <[email protected]>
|
|
|
+ dwc3@6000000 {
|
|
+ dwc3@6000000 {
|
|
|
+ compatible = "snps,dwc3";
|
|
+ compatible = "snps,dwc3";
|
|
|
+ reg = <0x6000000 0xf8000>;
|
|
+ reg = <0x6000000 0xf8000>;
|
|
|
-+ interrupts = <0 136 0>;
|
|
|
|
|
|
|
++ interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
+ phys = <&usb2_hs_phy>;
|
|
+ phys = <&usb2_hs_phy>;
|
|
|
+ phy-names = "usb2-phy";
|
|
+ phy-names = "usb2-phy";
|
|
|
+ dr_mode = "host";
|
|
+ dr_mode = "host";
|