aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/dts/stih410-b2260-u-boot.dtsi
diff options
context:
space:
mode:
authorAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
committerAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
commitaf1a266670d040d2f4083ff309d732d648afba2a (patch)
tree2fc46203448ddcc6f81546d379abfaeb323575e9 /roms/u-boot/arch/arm/dts/stih410-b2260-u-boot.dtsi
parente02cda008591317b1625707ff8e115a4841aa889 (diff)
Add submodule dependency filesHEADmaster
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/u-boot/arch/arm/dts/stih410-b2260-u-boot.dtsi')
-rw-r--r--roms/u-boot/arch/arm/dts/stih410-b2260-u-boot.dtsi33
1 files changed, 33 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/stih410-b2260-u-boot.dtsi b/roms/u-boot/arch/arm/dts/stih410-b2260-u-boot.dtsi
new file mode 100644
index 000000000..3b080ac7a
--- /dev/null
+++ b/roms/u-boot/arch/arm/dts/stih410-b2260-u-boot.dtsi
@@ -0,0 +1,33 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2018, STMicroelectronics - All Rights Reserved
+ * Author(s): Patrice Chotard, <patrice.chotard@foss.st.com> for STMicroelectronics.
+ *
+ */
+
+/{
+ soc {
+ st_dwc3: dwc3@8f94000 {
+ dwc3: dwc3@9900000 {
+ dr_mode = "peripheral";
+ phys = <&usb2_picophy0>;
+ };
+ };
+
+ ohci0: usb@9a03c00 {
+ compatible = "generic-ohci";
+ };
+
+ ehci0: usb@9a03e00 {
+ compatible = "generic-ehci";
+ };
+
+ ohci1: usb@9a83c00 {
+ compatible = "generic-ohci";
+ };
+
+ ehci1: usb@9a83e00 {
+ compatible = "generic-ehci";
+ };
+ };
+};