Lokesh Vutla | 3f33218 | 2017-02-10 20:37:18 +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 | &uart1 { | ||||
17 | u-boot,dm-pre-reloc; | ||||
18 | }; | ||||
19 | |||||
20 | &uart3 { | ||||
21 | u-boot,dm-pre-reloc; | ||||
22 | }; | ||||
23 | |||||
24 | &mmc1 { | ||||
25 | u-boot,dm-pre-reloc; | ||||
26 | }; | ||||
27 | |||||
28 | &mmc2 { | ||||
29 | u-boot,dm-pre-reloc; | ||||
30 | }; | ||||
31 | |||||
32 | &l4_cfg { | ||||
33 | u-boot,dm-pre-reloc; | ||||
34 | }; | ||||
35 | |||||
36 | &scm { | ||||
37 | u-boot,dm-pre-reloc; | ||||
38 | }; | ||||
39 | |||||
40 | &scm_conf { | ||||
41 | u-boot,dm-pre-reloc; | ||||
42 | }; | ||||
43 | |||||
44 | &qspi { | ||||
45 | u-boot,dm-pre-reloc; | ||||
46 | |||||
47 | m25p80@0 { | ||||
48 | u-boot,dm-pre-reloc; | ||||
49 | }; | ||||
50 | }; |