blob: 5e348278f2aec98d6e4245e5e6aaed20ab06ec18 [file] [log] [blame]
Jagan Teki43e89242022-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";
Simon Glass8c103c32023-02-13 08:56:33 -070016 bootph-all;
Jagan Teki43e89242022-12-14 23:21:10 +053017 };
18};
19
20&gpio0 {
Simon Glass8c103c32023-02-13 08:56:33 -070021 bootph-pre-ram;
Jagan Teki43e89242022-12-14 23:21:10 +053022};
23
24&gpio1 {
Simon Glass8c103c32023-02-13 08:56:33 -070025 bootph-pre-ram;
Jagan Teki43e89242022-12-14 23:21:10 +053026};
27
28&grf {
Simon Glass8c103c32023-02-13 08:56:33 -070029 bootph-pre-ram;
Jagan Teki43e89242022-12-14 23:21:10 +053030};
31
32&pmu {
Simon Glass8c103c32023-02-13 08:56:33 -070033 bootph-pre-ram;
Jagan Teki43e89242022-12-14 23:21:10 +053034};
35
36&pmugrf {
Simon Glass8c103c32023-02-13 08:56:33 -070037 bootph-pre-ram;
Jagan Teki43e89242022-12-14 23:21:10 +053038};
39
40&xin24m {
Simon Glass8c103c32023-02-13 08:56:33 -070041 bootph-pre-ram;
Jagan Teki43e89242022-12-14 23:21:10 +053042};
43
44&cru {
Simon Glass8c103c32023-02-13 08:56:33 -070045 bootph-pre-ram;
Jagan Teki43e89242022-12-14 23:21:10 +053046};
47
48&pmucru {
Simon Glass8c103c32023-02-13 08:56:33 -070049 bootph-pre-ram;
Jagan Teki43e89242022-12-14 23:21:10 +053050};
51
52&sdmmc {
Simon Glass8c103c32023-02-13 08:56:33 -070053 bootph-pre-ram;
Jagan Teki43e89242022-12-14 23:21:10 +053054};
55
56&emmc {
Simon Glass8c103c32023-02-13 08:56:33 -070057 bootph-pre-ram;
Jagan Teki43e89242022-12-14 23:21:10 +053058};
59
60&uart2 {
Simon Glass8c103c32023-02-13 08:56:33 -070061 bootph-pre-ram;
Jagan Teki43e89242022-12-14 23:21:10 +053062};