提交 cfc8e42c 编写于 作者: R Roger Quadros 提交者: Santosh Shilimkar

ARM: dts: k2g-evm: Enable USB 0 and 1

Enable USB 0 which will be used as a host port and USB 1 which will be
used in peripheral mode.
Signed-off-by: NRoger Quadros <rogerq@ti.com>
Signed-off-by: NMurali Karicheri <m-karicheri2@ti.com>
Signed-off-by: NFranklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: NSantosh Shilimkar <ssantosh@kernel.org>
上级 252402aa
...@@ -131,3 +131,29 @@ ...@@ -131,3 +131,29 @@
reg = <0x50>; reg = <0x50>;
}; };
}; };
&keystone_usb0 {
status = "okay";
};
&usb0_phy {
status = "okay";
};
&usb0 {
dr_mode = "host";
status = "okay";
};
&keystone_usb1 {
status = "okay";
};
&usb1_phy {
status = "okay";
};
&usb1 {
dr_mode = "peripheral";
status = "okay";
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册