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

Commit caa73370 authored by Enric Balletbo i Serra's avatar Enric Balletbo i Serra Committed by Tony Lindgren
Browse files

ARM: dts: AM33XX IGEP0033: add USB support



Add node to support the USB Host and the USB OTG on the IGEP AQUILA
Processor Board.

Signed-off-by: default avatarEnric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d8e5b2bd
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -199,6 +199,35 @@
	pinctrl-0 = <&uart0_pins>;
};

&usb {
	status = "okay";

	control@44e10000 {
		status = "okay";
	};

	usb-phy@47401300 {
		status = "okay";
	};

	usb-phy@47401b00 {
		status = "okay";
	};

	usb@47401000 {
		status = "okay";
	};

	usb@47401800 {
		status = "okay";
		dr_mode = "host";
	};

	dma-controller@07402000  {
		status = "okay";
	};
};

#include "tps65910.dtsi"

&tps {