Lokesh Vutla | edb1297 | 2017-02-21 11:40:42 +0530 | [diff] [blame^] | 1 | /* |
2 | * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ | ||||
3 | * | ||||
4 | * This program is free software; you can redistribute it and/or modify | ||||
5 | * it under the terms of the GNU General Public License version 2 as | ||||
6 | * published by the Free Software Foundation. | ||||
7 | * Based on "dra7.dtsi" | ||||
8 | */ | ||||
9 | |||||
10 | /{ | ||||
11 | ocp { | ||||
12 | u-boot,dm-pre-reloc; | ||||
13 | }; | ||||
14 | }; | ||||
15 | |||||
16 | &uart0 { | ||||
17 | u-boot,dm-pre-reloc; | ||||
18 | }; | ||||
19 | |||||
20 | &mmc1 { | ||||
21 | u-boot,dm-pre-reloc; | ||||
22 | }; | ||||
23 | |||||
24 | &mac { | ||||
25 | u-boot,dm-pre-reloc; | ||||
26 | }; | ||||
27 | |||||
28 | &davinci_mdio { | ||||
29 | u-boot,dm-pre-reloc; | ||||
30 | }; | ||||
31 | |||||
32 | &cpsw_emac0 { | ||||
33 | u-boot,dm-pre-reloc; | ||||
34 | }; | ||||
35 | |||||
36 | &phy_sel { | ||||
37 | u-boot,dm-pre-reloc; | ||||
38 | }; |