Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c077132b authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard
Browse files

ARM: dts: sun8i: sina33: Enable USB hosts



The Sina33 SDK board exposes the EHCI/OHCI USB host pair.
VBUS for this port is always on and non-controllable.

Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent c43fa321
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -63,6 +63,10 @@
	};
};

&ehci0 {
	status = "okay";
};

&lradc {
	vref-supply = <&reg_vcc3v0>;
	status = "okay";
@@ -113,6 +117,10 @@
	allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
};

&ohci0 {
	status = "okay";
};

&pio {
	mmc0_cd_pin_sina33: mmc0_cd_pin@0 {
		allwinner,pins = "PB4";
@@ -127,3 +135,8 @@
	pinctrl-0 = <&uart0_pins_b>;
	status = "okay";
};

&usbphy {
	status = "okay";
	usb1_vbus-supply = <&reg_vcc5v0>; /* USB1 VBUS is always on */
};