Skip to content

Commit

Permalink
ARM: dts: AM33XX IGEP0033: add USB support
Browse files Browse the repository at this point in the history
Add node to support the USB Host and the USB OTG on the IGEP AQUILA
Processor Board.

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Enric Balletbo i Serra authored and Tony Lindgren committed Nov 26, 2013
1 parent d8e5b2b commit caa7337
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions arch/arm/boot/dts/am335x-igep0033.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit caa7337

Please sign in to comment.