1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (C) 2018, STMicroelectronics - All Rights Reserved 4 * Author(s): Patrice Chotard, <patrice.chotard@foss.st.com> for STMicroelectronics. 5 * 6 */ 7 8/{ 9 soc { 10 st_dwc3: dwc3@8f94000 { 11 dwc3: dwc3@9900000 { 12 dr_mode = "peripheral"; 13 phys = <&usb2_picophy0>; 14 }; 15 }; 16 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 }; 32 }; 33}; 34