blob: c87f00141f1e511295be9edaa655f18d6a54edd9 [file] [log] [blame]
Kever Yang162cebd2019-07-01 11:49:10 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2019 Rockchip Electronics Co., Ltd
4 */
5
Jagan Tekib22da752020-01-10 00:16:21 +05306#include "rockchip-u-boot.dtsi"
7
Kever Yange5f3c6e2019-07-09 21:58:54 +08008/ {
9 chosen {
10 u-boot,spl-boot-order = \
11 "same-as-spl", &emmc, &sdmmc;
12 };
13};
14
Simon Glass88315f72020-07-19 13:55:57 -060015#ifdef CONFIG_ROCKCHIP_SPI_IMAGE
16&binman {
17 rom {
18 filename = "u-boot.rom";
19 size = <0x400000>;
20 pad-byte = <0xff>;
21
22 mkimage {
23 args = "-n rk3288 -T rkspi";
24 u-boot-spl {
25 };
26 };
27 u-boot-img {
28 offset = <0x20000>;
29 };
30 u-boot {
31 offset = <0x300000>;
32 };
33 fdtmap {
34 };
35 };
36};
37#endif
38
Kever Yang162cebd2019-07-01 11:49:10 +080039&dmc {
40 u-boot,dm-pre-reloc;
41};
42
43&pmu {
44 u-boot,dm-pre-reloc;
45};
46
47&sgrf {
48 u-boot,dm-pre-reloc;
49};
50
51&cru {
52 u-boot,dm-pre-reloc;
53};
54
55&grf {
56 u-boot,dm-pre-reloc;
57};
58
59&vopb {
60 u-boot,dm-pre-reloc;
61};
62
63&vopl {
64 u-boot,dm-pre-reloc;
65};
66
67&noc {
68 u-boot,dm-pre-reloc;
69};
Walter Lozano6dc8d7e2020-06-25 01:10:15 -030070
71&gpio7 {
72 u-boot,dm-pre-reloc;
73};