Commit b5820d3a authored by George Cherian's avatar George Cherian Committed by Tony Lindgren

ARM: dts: am437x-gp-evm: Enable USB

Enable
	- USB PHY
	- USB
for am437x-gp-evm
Signed-off-by: default avatarGeorge Cherian <george.cherian@ti.com>
Acked-by: default avatarRoger Quadros <rogerq@ti.com>
Acked-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a0ae47ea
......@@ -125,3 +125,21 @@ &mmc1 {
pinctrl-0 = <&mmc1_pins>;
cd-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>;
};
&usb2_phy1 {
status = "okay";
};
&usb1 {
dr_mode = "peripheral";
status = "okay";
};
&usb2_phy2 {
status = "okay";
};
&usb2 {
dr_mode = "host";
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment