Commit c5f0bb47 authored by Icenowy Zheng's avatar Icenowy Zheng Committed by Maxime Ripard

ARM: sun8i: v40: enable USB host ports for Banana Pi M2 Berry

Banana Pi M2 Berry has an on-board USB Hub that provides 4 USB Type-A
ports, and it's connected to the USB1 port of the SoC.

Enable it.
Reviewed-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarIcenowy Zheng <icenowy@aosc.io>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 60cc43fc
...@@ -87,6 +87,11 @@ wifi_pwrseq: wifi_pwrseq { ...@@ -87,6 +87,11 @@ wifi_pwrseq: wifi_pwrseq {
}; };
}; };
&ehci1 {
/* Terminus Tech FE 1.1s 4-port USB 2.0 hub here */
status = "okay";
};
&i2c0 { &i2c0 {
status = "okay"; status = "okay";
...@@ -170,3 +175,8 @@ &uart0 { ...@@ -170,3 +175,8 @@ &uart0 {
pinctrl-0 = <&uart0_pb_pins>; pinctrl-0 = <&uart0_pb_pins>;
status = "okay"; status = "okay";
}; };
&usbphy {
usb1_vbus-supply = <&reg_vcc5v0>;
status = "okay";
};
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