blob: bc77037760e467485f194329d03fe8a5261c7087 [file] [log] [blame]
Jagan Teki688b0fe2022-12-14 23:21:10 +05301// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2022 Edgeble AI Technologies Pvt. 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 dmc {
15 compatible = "rockchip,rv1126-dmc";
16 u-boot,dm-pre-reloc;
17 };
18};
19
20&gpio0 {
21 u-boot,dm-spl;
22};
23
24&gpio1 {
25 u-boot,dm-spl;
26};
27
28&grf {
29 u-boot,dm-spl;
30};
31
32&pmu {
33 u-boot,dm-spl;
34};
35
36&pmugrf {
37 u-boot,dm-spl;
38};
39
40&xin24m {
41 u-boot,dm-spl;
42};
43
44&cru {
45 u-boot,dm-spl;
46};
47
48&pmucru {
49 u-boot,dm-spl;
50};
51
52&sdmmc {
53 u-boot,dm-spl;
54};
55
56&emmc {
57 u-boot,dm-spl;
58};
59
60&uart2 {
61 u-boot,dm-spl;
62};