summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRavi Gunasekaran <r-gunasekaran@ti.com>2023-06-15 16:32:02 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-06-16 17:11:52 -0500
commit2691d79954deece0b03cb05dcdf0e4d272bad127 (patch)
tree34b2a99d2c0beec8d61d1ff95d4b152809d52239
parenta3595f1e3ed4905e1894d47cc91f0887a5cbfee0 (diff)
arm64: dts: ti: k3-am62x-lp-sk: Enable USB0 node
Enable USB0 node and set it to peripheral mode. Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
-rw-r--r--arch/arm/dts/k3-am62-lp-sk.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am62-lp-sk.dts b/arch/arm/dts/k3-am62-lp-sk.dts
index c0506a0e595..fb4024071cb 100644
--- a/arch/arm/dts/k3-am62-lp-sk.dts
+++ b/arch/arm/dts/k3-am62-lp-sk.dts
@@ -305,3 +305,13 @@
};
};
};
+
+&usbss0 {
+ status = "okay";
+ ti,vbus-divider;
+};
+
+&usb0 {
+ status = "okay";
+ dr_mode = "peripheral";
+};