Amit Singh Tomar | 5bc4c0b | 2020-04-19 19:28:29 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | */ | ||||
4 | |||||
5 | /{ | ||||
6 | soc { | ||||
7 | u-boot,dm-pre-reloc; | ||||
8 | }; | ||||
9 | }; | ||||
10 | |||||
11 | &uart5 { | ||||
12 | u-boot,dm-pre-reloc; | ||||
13 | }; | ||||
14 | |||||
15 | &cmu { | ||||
16 | u-boot,dm-pre-reloc; | ||||
17 | }; |