Merge branch 'master' of git://git.denx.de/u-boot
[oweals/u-boot.git] / arch / arm / dts / rk3288-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2019 Rockchip Electronics Co., Ltd
4  */
5
6 #include "rockchip-u-boot.dtsi"
7
8 / {
9         chosen {
10                 u-boot,spl-boot-order = \
11                         "same-as-spl", &emmc, &sdmmc;
12         };
13 };
14
15 &dmc {
16         u-boot,dm-pre-reloc;
17 };
18
19 &pmu {
20         u-boot,dm-pre-reloc;
21 };
22
23 &sgrf {
24         u-boot,dm-pre-reloc;
25 };
26
27 &cru {
28         u-boot,dm-pre-reloc;
29 };
30
31 &grf {
32         u-boot,dm-pre-reloc;
33 };
34
35 &vopb {
36         u-boot,dm-pre-reloc;
37 };
38
39 &vopl {
40         u-boot,dm-pre-reloc;
41 };
42
43 &noc {
44         u-boot,dm-pre-reloc;
45 };