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

Enable
	- USB PHY
	- USB

for am43x-epos-evm

Signed-off-by: George Cherian <george.cherian@ti.com>
Acked-by: Roger Quadros <rogerq@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
George Cherian 2014-03-19 15:40:03 +05:30 committed by Tony Lindgren
parent b5820d3a2c
commit 61d5924fa7
1 changed files with 18 additions and 0 deletions

View File

@ -367,3 +367,21 @@
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";
};