Commit 7a4a541e authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Simon Horman

arm64: dts: renesas: r8a77965: add usb3_phy node

This patch adds usb3_phy node for r8a77965.
Signed-off-by: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent b5857630
......@@ -868,9 +868,16 @@ sdhi3: sd@ee160000 {
};
usb3_phy0: usb-phy@e65ee000 {
compatible = "renesas,r8a77965-usb3-phy",
"renesas,rcar-gen3-usb3-phy";
reg = <0 0xe65ee000 0 0x90>;
clocks = <&cpg CPG_MOD 328>, <&usb3s0_clk>,
<&usb_extal_clk>;
clock-names = "usb3-if", "usb3s_clk", "usb_extal";
power-domains = <&sysc 32>;
resets = <&cpg 328>;
#phy-cells = <0>;
/* placeholder */
status = "disabled";
};
usb3_peri0: usb@ee020000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment