summaryrefslogtreecommitdiff
path: root/arch/arm/dts/keystone-k2g-evm.dts
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2018-12-04 11:12:58 +0100
committerMarek Vasut <marex@denx.de>2018-12-14 17:59:09 +0100
commitd53653f3f9a15eca6249e951ea77eddc514541a3 (patch)
tree78a425b8b77c0dea9bdf406eaed57b05ac9fcdc9 /arch/arm/dts/keystone-k2g-evm.dts
parentc9d52206939f7489e719c3c1c429c912d622fc42 (diff)
ARM: dts: k2g-evm: enable USB0 and USB1
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/dts/keystone-k2g-evm.dts')
-rw-r--r--arch/arm/dts/keystone-k2g-evm.dts28
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/dts/keystone-k2g-evm.dts b/arch/arm/dts/keystone-k2g-evm.dts
index ad746c73110..6c9de25b944 100644
--- a/arch/arm/dts/keystone-k2g-evm.dts
+++ b/arch/arm/dts/keystone-k2g-evm.dts
@@ -33,6 +33,34 @@
};
};
+&keystone_usb0 {
+ status = "okay";
+};
+
+&usb0_phy {
+ status = "okay";
+ compatible = "nop-phy";
+};
+
+&usb0 {
+ dr_mode = "host";
+ status = "okay";
+};
+
+&keystone_usb1 {
+ status = "okay";
+};
+
+&usb1_phy {
+ compatible = "nop-phy";
+ status = "okay";
+};
+
+&usb1 {
+ dr_mode = "peripheral";
+ status = "okay";
+};
+
&gbe0 {
phy-handle = <&ethphy0>;
};