Amit Singh Tomar | ea6314a | 2020-04-19 19:28:32 +0530 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * Copyright (C) 2020 Amit Singh Tomar <amittomer25@gmail.com> | ||||
4 | */ | ||||
5 | |||||
6 | /{ | ||||
7 | soc { | ||||
8 | u-boot,dm-pre-reloc; | ||||
9 | }; | ||||
10 | }; | ||||
11 | |||||
12 | &uart3 { | ||||
13 | u-boot,dm-pre-reloc; | ||||
14 | }; | ||||
15 | |||||
16 | &cmu { | ||||
17 | u-boot,dm-pre-reloc; | ||||
18 | }; |