Kever Yang | 5860d12 | 2019-07-09 21:58:52 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * Copyright (C) 2019 Rockchip Electronics Co., Ltd | ||||
4 | */ | ||||
5 | |||||
6 | #include "rk3288-u-boot.dtsi" | ||||
7 | |||||
8 | &pinctrl { | ||||
9 | u-boot,dm-pre-reloc; | ||||
10 | }; | ||||
11 | |||||
12 | &uart2 { | ||||
13 | u-boot,dm-pre-reloc; | ||||
14 | }; | ||||
15 | |||||
16 | &sdmmc { | ||||
17 | u-boot,dm-pre-reloc; | ||||
18 | }; | ||||
19 | |||||
20 | &emmc { | ||||
21 | u-boot,dm-pre-reloc; | ||||
22 | }; | ||||
23 | |||||
24 | &sdmmc_bus4 { | ||||
25 | u-boot,dm-spl; | ||||
26 | }; | ||||
27 | |||||
28 | &sdmmc_clk { | ||||
29 | u-boot,dm-spl; | ||||
30 | }; | ||||
31 | |||||
32 | &sdmmc_cmd { | ||||
33 | u-boot,dm-spl; | ||||
34 | }; | ||||
35 | |||||
36 | &sdmmc_pwr { | ||||
37 | u-boot,dm-spl; | ||||
38 | }; |