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&cpsw_emac0 {
9	phy-handle = <&dp83867_0>;
10};
11
12&cpsw_emac1 {
13	phy-handle = <&dp83867_1>;
14};
15
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};
27