Kever Yang | e4ea8f3 | 2019-07-09 21:58:50 +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 | &gpio3 { | ||||
25 | u-boot,dm-pre-reloc; | ||||
26 | }; | ||||
27 | |||||
28 | &gpio8 { | ||||
29 | u-boot,dm-pre-reloc; | ||||
30 | }; | ||||
31 | |||||
Kever Yang | 2ea3add | 2019-07-09 21:58:51 +0800 | [diff] [blame] | 32 | &pcfg_pull_up_drv_12ma { |
Kever Yang | e4ea8f3 | 2019-07-09 21:58:50 +0800 | [diff] [blame] | 33 | u-boot,dm-spl; |
34 | }; | ||||
35 | |||||
36 | &sdmmc_bus4 { | ||||
37 | u-boot,dm-spl; | ||||
38 | }; | ||||
39 | |||||
40 | &sdmmc_clk { | ||||
41 | u-boot,dm-spl; | ||||
42 | }; | ||||
43 | |||||
44 | &sdmmc_cmd { | ||||
45 | u-boot,dm-spl; | ||||
46 | }; | ||||
47 | |||||
48 | &sdmmc_pwr { | ||||
49 | u-boot,dm-spl; | ||||
50 | }; |