blob: 91a3b6b742a056c545df1fca52150a2d27e6853e [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 {
Simon Glass8c103c32023-02-13 08:56:33 -07009 bootph-pre-ram;
Faiz Abbas6b23f532019-10-09 12:35:18 +020010};
11
12&usb1 {
Simon Glass8c103c32023-02-13 08:56:33 -070013 bootph-pre-ram;
Faiz Abbas6b23f532019-10-09 12:35:18 +020014 dr_mode = "peripheral";
15};
16
17&usb2_phy1 {
Simon Glass8c103c32023-02-13 08:56:33 -070018 bootph-pre-ram;
Faiz Abbas6b23f532019-10-09 12:35:18 +020019};
20
21&usb3_phy1 {
Simon Glass8c103c32023-02-13 08:56:33 -070022 bootph-pre-ram;
Faiz Abbas6b23f532019-10-09 12:35:18 +020023};