Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clk
[oweals/u-boot.git] / arch / arm / dts / rk3288-popmetal-u-boot.dtsi
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
32 &sdmmc_bus4 {
33         u-boot,dm-spl;
34 };
35
36 &sdmmc_clk {
37         u-boot,dm-spl;
38 };
39
40 &sdmmc_cmd {
41         u-boot,dm-spl;
42 };
43
44 &sdmmc_pwr {
45         u-boot,dm-spl;
46 };