arm64: dts: allwinner: h6: Enable USB 3.0 host for Beelink GS1 and Tanix TX6

Enable USB 3.0 phy and host controller.

VBUS is directly connected to DCIN 5V and doesn't
require to be switched on.

Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
This commit is contained in:
Clément Péron 2019-11-14 11:25:41 +01:00 committed by Maxime Ripard
parent 2c63afdafa
commit 59f3f4dcf6
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5
2 changed files with 16 additions and 0 deletions

View File

@ -76,6 +76,10 @@
status = "okay";
};
&dwc3 {
status = "okay";
};
&ehci0 {
status = "okay";
};
@ -292,3 +296,7 @@
usb0_vbus-supply = <&reg_vcc5v>;
status = "okay";
};
&usb3phy {
status = "okay";
};

View File

@ -45,6 +45,10 @@
status = "okay";
};
&dwc3 {
status = "okay";
};
&ehci0 {
status = "okay";
};
@ -102,3 +106,7 @@
&usb2phy {
status = "okay";
};
&usb3phy {
status = "okay";
};