1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ 4 */ 5 6#include "omap5-u-boot.dtsi" 7 8&omap_dwc3_1 { 9 u-boot,dm-spl; 10}; 11 12&usb1 { 13 u-boot,dm-spl; 14 dr_mode = "peripheral"; 15}; 16 17&usb2_phy1 { 18 u-boot,dm-spl; 19}; 20 21&usb3_phy1 { 22 u-boot,dm-spl; 23}; 24