1/*
2 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
3 *
4 * SPDX-License-Identifier:	GPL-2.0+
5 */
6
7#include "omap5-u-boot.dtsi"
8
9&pcf_gpio_21{
10	u-boot,i2c-offset-len = <0>;
11};
12
13&pcf_hdmi{
14	u-boot,i2c-offset-len = <0>;
15};
16
17&cpsw_emac0 {
18	phy-handle = <&dp83867_0>;
19};
20
21&cpsw_emac1 {
22	phy-handle = <&dp83867_1>;
23};
24