summaryrefslogtreecommitdiff
path: root/arch/arm/dts/dra72-evm-u-boot.dtsi
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2019-10-09 12:35:18 +0200
committerTom Rini <trini@konsulko.com>2019-10-25 17:33:21 -0400
commit6b23f53b0818130ea6c727357ae3d3109b235e50 (patch)
treeb57a387eb1f7fd2584abba9f58f35131b908b241 /arch/arm/dts/dra72-evm-u-boot.dtsi
parent17fd9915a4c639381804ed28274fa136ae3b0bee (diff)
ARM: dts: dra7: Add usb peripheral nodes in spl
Add usb peripheral and usb phy nodes in spl to enable SPL_DFU bootmode. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'arch/arm/dts/dra72-evm-u-boot.dtsi')
-rw-r--r--arch/arm/dts/dra72-evm-u-boot.dtsi23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/dts/dra72-evm-u-boot.dtsi b/arch/arm/dts/dra72-evm-u-boot.dtsi
new file mode 100644
index 0000000000..6c868f75d1
--- /dev/null
+++ b/arch/arm/dts/dra72-evm-u-boot.dtsi
@@ -0,0 +1,23 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
+ */
+
+#include "omap5-u-boot.dtsi"
+
+&omap_dwc3_1 {
+ u-boot,dm-spl;
+};
+
+&usb1 {
+ u-boot,dm-spl;
+ dr_mode = "peripheral";
+};
+
+&usb2_phy1 {
+ u-boot,dm-spl;
+};
+
+&usb3_phy1 {
+ u-boot,dm-spl;
+};