summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3566.dtsi
diff options
context:
space:
mode:
authorPeter Geis <pgwipeout@gmail.com>2022-04-08 11:12:35 -0400
committerHeiko Stuebner <heiko@sntech.de>2022-04-10 18:45:08 +0200
commit9f4c480f24e2ce1d464ff9d5f8a249a485acdc7f (patch)
treedba452c085ed82fbcad0854c05fe08426dc03e5c /arch/arm64/boot/dts/rockchip/rk3566.dtsi
parent22a442e6586c898a6da1fbc57fab1b31dfc3e4b5 (diff)
arm64: dts: rockchip: add rk356x dwc3 usb3 nodes
Add the dwc3 device nodes to the rk356x device trees. The rk3566 has one usb2 capable dwc3 otg controller and one usb3 capable dwc3 host controller. The rk3568 has one usb3 capable dwc3 otg controller and one usb3 capable dwc3 host controller. Signed-off-by: Peter Geis <pgwipeout@gmail.com> Tested-by: Frank Wunderlich <frank-w@public-files.de> Link: https://lore.kernel.org/r/20220408151237.3165046-4-pgwipeout@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3566.dtsi')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3566.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3566.dtsi b/arch/arm64/boot/dts/rockchip/rk3566.dtsi
index 3839eef5e4f7..0b957068ff89 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3566.dtsi
@@ -6,6 +6,10 @@
compatible = "rockchip,rk3566";
};
+&pipegrf {
+ compatible = "rockchip,rk3566-pipe-grf", "syscon";
+};
+
&power {
power-domain@RK3568_PD_PIPE {
reg = <RK3568_PD_PIPE>;
@@ -18,3 +22,10 @@
#power-domain-cells = <0>;
};
};
+
+&usb_host0_xhci {
+ phys = <&usb2phy0_otg>;
+ phy-names = "usb2-phy";
+ extcon = <&usb2phy0>;
+ maximum-speed = "high-speed";
+};