blob: 3b080ac7a1b2cb311aaf708b83d64ad7dd683e88 [file] [log] [blame]
Patrice Chotardda33b0a2018-04-20 09:53:55 +02001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2018, STMicroelectronics - All Rights Reserved
Patrice Chotard7ccaa312021-01-04 17:00:56 +01004 * Author(s): Patrice Chotard, <patrice.chotard@foss.st.com> for STMicroelectronics.
Patrice Chotardda33b0a2018-04-20 09:53:55 +02005 *
6 */
7
8/{
9 soc {
10 st_dwc3: dwc3@8f94000 {
11 dwc3: dwc3@9900000 {
Patrice Chotard02030502019-07-23 15:33:30 +020012 dr_mode = "peripheral";
Patrice Chotardda33b0a2018-04-20 09:53:55 +020013 phys = <&usb2_picophy0>;
14 };
15 };
Patrice Chotard02030502019-07-23 15:33:30 +020016
17 ohci0: usb@9a03c00 {
18 compatible = "generic-ohci";
19 };
20
21 ehci0: usb@9a03e00 {
22 compatible = "generic-ehci";
23 };
24
25 ohci1: usb@9a83c00 {
26 compatible = "generic-ohci";
27 };
28
29 ehci1: usb@9a83e00 {
30 compatible = "generic-ehci";
31 };
Patrice Chotardda33b0a2018-04-20 09:53:55 +020032 };
33};