blob: 6c868f75d1b72dd3a2b758a4372cea678cb0c142 [file] [log] [blame]
Faiz Abbas6b23f532019-10-09 12:35:18 +02001// 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};