Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[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 / {
7         chosen {
8                 u-boot,spl-boot-order = \
9                         "same-as-spl", &emmc, &sdmmc;
10         };
11 };
12
13 &dmc {
14         u-boot,dm-pre-reloc;
15 };
16
17 &pmu {
18         u-boot,dm-pre-reloc;
19 };
20
21 &sgrf {
22         u-boot,dm-pre-reloc;
23 };
24
25 &cru {
26         u-boot,dm-pre-reloc;
27 };
28
29 &grf {
30         u-boot,dm-pre-reloc;
31 };
32
33 &vopb {
34         u-boot,dm-pre-reloc;
35 };
36
37 &vopl {
38         u-boot,dm-pre-reloc;
39 };
40
41 &noc {
42         u-boot,dm-pre-reloc;
43 };