blob: 897c42146aa20b072741aed075e74c957a30c0aa [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
4 * Author(s): Patrice Chotard, <patrice.chotard@st.com> for STMicroelectronics.
5 *
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};