Sumit Garg | 89a8ec9 | 2022-07-12 12:42:12 +0530 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * U-Boot addition to handle QCS404 EVB pre-relocation devices | ||||
4 | * | ||||
5 | * (C) Copyright 2022 Sumit Garg <sumit.garg@linaro.org> | ||||
6 | */ | ||||
7 | |||||
8 | / { | ||||
9 | soc { | ||||
10 | u-boot,dm-pre-reloc; | ||||
11 | |||||
12 | pinctrl_north@1300000 { | ||||
13 | u-boot,dm-pre-reloc; | ||||
14 | }; | ||||
15 | |||||
16 | clock-controller@1800000 { | ||||
17 | u-boot,dm-pre-reloc; | ||||
18 | }; | ||||
19 | |||||
20 | serial@78b1000 { | ||||
21 | u-boot,dm-pre-reloc; | ||||
22 | }; | ||||
23 | }; | ||||
24 | }; |