blob: a4dfbe7e601a27949f99579a40b3050b33a4b6df [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"
7
8&cpsw_emac0 {
9 phy-handle = <&dp83867_0>;
10};
11
12&cpsw_emac1 {
13 phy-handle = <&dp83867_1>;
14};
Jean-Jacques Hiblot938c3cf2018-02-27 17:05:50 +010015
16&mmc2_pins_default {
17 u-boot,dm-spl;
18};
19
20&mmc2_pins_hs200 {
21 u-boot,dm-spl;
22};
23
24&mmc2_iodelay_hs200_conf {
25 u-boot,dm-spl;
26};
Faiz Abbas6b23f532019-10-09 12:35:18 +020027
28&omap_dwc3_1 {
29 u-boot,dm-spl;
30};
31
32&usb1 {
33 u-boot,dm-spl;
34 dr_mode = "peripheral";
35};
36
37&usb2_phy1 {
38 u-boot,dm-spl;
39};
40
41&usb3_phy1 {
42 u-boot,dm-spl;
43};