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

Commit 5b1d4fa9 authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Joel Stanley
Browse files

ARM: dts: Aspeed: Enable USB ports on eval board.



This enables both USB ports as host with EHCI and UHCI
attached to them.

Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Reviewed-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent ac6e31d3
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -79,3 +79,21 @@
		reg = <0x4d>;
	};
};

&ehci0 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_usb2ah_default>;
};

&ehci1 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_usb2bh_default>;
};

&uhci {
	status = "okay";

	/* No pinctrl, this follows the above EHCI settings */
};