arm64: dts: renesas: r8a77995: draak: enable USB2.0 PHY

This patch enables USB2.0 PHY for R-Car D3 draak board.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Yoshihiro Shimoda 2017-09-14 19:30:42 +09:00 committed by Simon Horman
parent 423254a179
commit 34f058b273
1 changed files with 11 additions and 0 deletions

View File

@ -42,6 +42,10 @@ scif2_pins: scif2 {
function = "scif2"; function = "scif2";
}; };
usb0_pins: usb0 {
groups = "usb0";
function = "usb0";
};
}; };
&scif2 { &scif2 {
@ -51,6 +55,13 @@ &scif2 {
status = "okay"; status = "okay";
}; };
&usb2_phy0 {
pinctrl-0 = <&usb0_pins>;
pinctrl-names = "default";
status = "okay";
};
&rwdt { &rwdt {
timeout-sec = <60>; timeout-sec = <60>;
status = "okay"; status = "okay";