[PATCH v2 09/13] arm: dts: k3-am654-base-board: Add support for USB0 in SPL

Faiz Abbas faiz_abbas at ti.com
Mon Aug 3 08:05:12 CEST 2020


Add nodes for USB0 in SPL to enable USB host boot mode

Signed-off-by: Faiz Abbas <faiz_abbas at ti.com>
---
 arch/arm/dts/k3-am654-base-board-u-boot.dtsi | 27 ++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
index a30680d3e0..d75d1b1c28 100644
--- a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
+++ b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
@@ -139,6 +139,12 @@
 		u-boot,dm-spl;
 	};
 
+	usb0_pins_default: usb0_pins_default {
+		pinctrl-single,pins = <
+			AM65X_IOPAD(0x02bc, PIN_OUTPUT, 0) /* (AD9) USB0_DRVVBUS */
+		>;
+		u-boot,dm-spl;
+	};
 };
 
 &main_pmx1 {
@@ -250,3 +256,24 @@
 &chipid {
 	u-boot,dm-spl;
 };
+
+&dwc3_0 {
+	status = "okay";
+	u-boot,dm-spl;
+};
+
+&usb0_phy {
+	status = "okay";
+	u-boot,dm-spl;
+};
+
+&usb0 {
+	pinctrl-names = "default";
+	pinctrl-0 = <&usb0_pins_default>;
+	dr_mode = "peripheral";
+	u-boot,dm-spl;
+};
+
+&scm_conf {
+	u-boot,dm-spl;
+};
-- 
2.17.1



More information about the U-Boot mailing list