arm64: dts: rockchip: rk3568: add usb3 phy for usb3 controllers

Change-Id: Ic6bccca83eb9924a0740815d207cf28e0b495791
Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
William Wu 2020-11-19 17:29:32 +08:00 committed by Tao Huang
commit 5b1c677092

View file

@ -297,8 +297,8 @@
reg = <0x0 0xfcc00000 0x0 0x400000>;
interrupts = <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;
dr_mode = "otg";
phys = <&u2phy0_otg>;
phy-names = "usb2-phy";
phys = <&u2phy0_otg>, <&combphy0_us PHY_TYPE_USB3>;
phy-names = "usb2-phy", "usb3-phy";
phy_type = "utmi_wide";
power-domains = <&power RK3568_PD_PIPE>;
resets = <&cru SRST_USB3OTG0>;
@ -329,8 +329,8 @@
reg = <0x0 0xfd000000 0x0 0x400000>;
interrupts = <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>;
dr_mode = "host";
phys = <&u2phy0_host>;
phy-names = "usb2-phy";
phys = <&u2phy0_host>, <&combphy1_usq PHY_TYPE_USB3>;
phy-names = "usb2-phy", "usb3-phy";
phy_type = "utmi_wide";
power-domains = <&power RK3568_PD_PIPE>;
resets = <&cru SRST_USB3OTG1>;