blob: 5fae6ba91936c4ed375692af9bc1093b8c93a8e7 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Lokesh Vutlab63b9952017-08-21 12:51:00 +05302/*
3 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
Lokesh Vutlab63b9952017-08-21 12:51:00 +05304 */
5
6#include "omap5-u-boot.dtsi"
Keerthy57172942022-01-27 13:16:59 +01007#include "dra7-ipu-common-early-boot.dtsi"
Lokesh Vutlab63b9952017-08-21 12:51:00 +05308
9&cpsw_emac0 {
10 phy-handle = <&dp83867_0>;
11};
12
13&cpsw_emac1 {
14 phy-handle = <&dp83867_1>;
15};
Jean-Jacques Hiblot938c3cf2018-02-27 17:05:50 +010016
17&mmc2_pins_default {
18 u-boot,dm-spl;
19};
20
21&mmc2_pins_hs200 {
22 u-boot,dm-spl;
23};
24
25&mmc2_iodelay_hs200_conf {
26 u-boot,dm-spl;
27};
Faiz Abbas6b23f532019-10-09 12:35:18 +020028
29&omap_dwc3_1 {
30 u-boot,dm-spl;
31};
32
33&usb1 {
34 u-boot,dm-spl;
35 dr_mode = "peripheral";
36};
37
38&usb2_phy1 {
39 u-boot,dm-spl;
40};
41
42&usb3_phy1 {
43 u-boot,dm-spl;
44};