Commit 61d5924f authored by George Cherian's avatar George Cherian Committed by Tony Lindgren

ARM: dts: am43x-epos-evm: Enable USB

Enable
	- USB PHY
	- USB

for am43x-epos-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 b5820d3a
......@@ -367,3 +367,21 @@ &spi1 {
pinctrl-0 = <&spi1_pins>;
status = "okay";
};
&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