提交 1357bdb2 编写于 作者: I Icenowy Zheng 提交者: Maxime Ripard

ARM: sun8i: r40: enable USB host for Banana Pi M2 Ultra

Banana Pi M2 Ultra board features two USB host ports, connected to the
two USB host ports on the SoC.

Add support for them.
Signed-off-by: NIcenowy Zheng <icenowy@aosc.xyz>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: NChen-Yu Tsai <wens@csie.org>
上级 a3c09346
......@@ -93,6 +93,14 @@
};
};
&ehci1 {
status = "okay";
};
&ehci2 {
status = "okay";
};
&i2c0 {
status = "okay";
......@@ -180,8 +188,22 @@
status = "okay";
};
&ohci1 {
status = "okay";
};
&ohci2 {
status = "okay";
};
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_pb_pins>;
status = "okay";
};
&usbphy {
usb1_vbus-supply = <&reg_vcc5v0>;
usb2_vbus-supply = <&reg_vcc5v0>;
status = "okay";
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册