Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Lokesh Vutla | b63b995 | 2017-08-21 12:51:00 +0530 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ |
Lokesh Vutla | b63b995 | 2017-08-21 12:51:00 +0530 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #include "omap5-u-boot.dtsi" |
| 7 | |
| 8 | &pcf_gpio_21{ |
| 9 | u-boot,i2c-offset-len = <0>; |
| 10 | }; |
| 11 | |
| 12 | &pcf_hdmi{ |
| 13 | u-boot,i2c-offset-len = <0>; |
| 14 | }; |
| 15 | |
| 16 | &cpsw_emac0 { |
| 17 | phy-handle = <&dp83867_0>; |
| 18 | }; |
| 19 | |
| 20 | &cpsw_emac1 { |
| 21 | phy-handle = <&dp83867_1>; |
| 22 | }; |
Jean-Jacques Hiblot | 938c3cf | 2018-02-27 17:05:50 +0100 | [diff] [blame] | 23 | |
| 24 | &mmc2_pins_default { |
| 25 | u-boot,dm-spl; |
| 26 | }; |
| 27 | |
| 28 | &mmc2_pins_hs { |
| 29 | u-boot,dm-spl; |
| 30 | }; |
| 31 | |
| 32 | &mmc2_pins_ddr_rev20 { |
| 33 | u-boot,dm-spl; |
| 34 | }; |
| 35 | |
| 36 | &mmc2_iodelay_ddr_conf { |
| 37 | u-boot,dm-spl; |
| 38 | }; |
| 39 | |
| 40 | &mmc2_pins_hs200 { |
| 41 | u-boot,dm-spl; |
| 42 | }; |
| 43 | |
| 44 | &mmc2_iodelay_hs200_rev20_conf { |
| 45 | u-boot,dm-spl; |
| 46 | }; |
Faiz Abbas | 6b23f53 | 2019-10-09 12:35:18 +0200 | [diff] [blame] | 47 | |
| 48 | &omap_dwc3_1 { |
| 49 | u-boot,dm-spl; |
| 50 | }; |
| 51 | |
| 52 | &usb1 { |
| 53 | u-boot,dm-spl; |
| 54 | dr_mode = "peripheral"; |
| 55 | }; |
| 56 | |
| 57 | &usb2_phy1 { |
| 58 | u-boot,dm-spl; |
| 59 | }; |
| 60 | |
| 61 | &usb3_phy1 { |
| 62 | u-boot,dm-spl; |
| 63 | }; |