blob: 4361b35d6c8f4b900d8b06bfa4b4975a8bbacf05 [file] [log] [blame]
Kever Yang00ac5192019-07-09 21:58:52 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2019 Rockchip Electronics Co., Ltd
4 */
5
6#include "rk3288-u-boot.dtsi"
Johan Jonker8ba3d4062022-04-15 23:21:39 +02007
8&dmc {
9 rockchip,pctl-timing = <0x29a 0xc8 0x1f8 0x42 0x4e 0x4 0xea 0xa
10 0x5 0x0 0xa 0x7 0x19 0x24 0xa 0x7
11 0x5 0xa 0x5 0x200 0x5 0x10 0x40 0x0
12 0x1 0x7 0x7 0x4 0xc 0x43 0x100 0x0
13 0x5 0x0>;
14 rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200
15 0xa60 0x40 0x10 0x0>;
16 rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>;
17};
Kever Yang00ac5192019-07-09 21:58:52 +080018
Jonas Karlmanfd6ebba2024-11-05 21:51:37 +000019&emmc {
Jonas Karlmanb1db1882024-11-05 21:51:41 +000020 bootph-pre-ram;
21 bootph-some-ram;
22};
23
24&emmc_bus8 {
25 bootph-pre-ram;
26 bootph-some-ram;
27};
28
29&emmc_clk {
30 bootph-pre-ram;
31 bootph-some-ram;
32};
33
34&emmc_cmd {
35 bootph-pre-ram;
36 bootph-some-ram;
37};
38
39&emmc_pwr {
40 bootph-pre-ram;
41 bootph-some-ram;
42};
43
44&gpio7 {
45 /delete-property/ bootph-all;
Jonas Karlmand9200b92024-11-05 21:51:42 +000046 bootph-pre-ram;
Jonas Karlmanb1db1882024-11-05 21:51:41 +000047};
48
49&pcfg_pull_none {
Simon Glassd3a98cb2023-02-13 08:56:33 -070050 bootph-all;
Kever Yang00ac5192019-07-09 21:58:52 +080051};
52
Jonas Karlmanb1db1882024-11-05 21:51:41 +000053&pcfg_pull_none_12ma {
54 bootph-pre-ram;
55 bootph-some-ram;
56};
57
58&pcfg_pull_up {
Simon Glassd3a98cb2023-02-13 08:56:33 -070059 bootph-all;
Kever Yang00ac5192019-07-09 21:58:52 +080060};
61
Jonas Karlmanb1db1882024-11-05 21:51:41 +000062&pcfg_pull_up_drv_12ma {
63 bootph-pre-ram;
64 bootph-some-ram;
65};
66
Kever Yang00ac5192019-07-09 21:58:52 +080067&sdmmc {
Jonas Karlmanb1db1882024-11-05 21:51:41 +000068 bootph-pre-ram;
69 bootph-some-ram;
Kever Yang00ac5192019-07-09 21:58:52 +080070};
71
Kever Yang00ac5192019-07-09 21:58:52 +080072&sdmmc_bus4 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070073 bootph-pre-ram;
Jonas Karlmanb1db1882024-11-05 21:51:41 +000074 bootph-some-ram;
75};
76
77&sdmmc_cd {
78 bootph-pre-ram;
79 bootph-some-ram;
Kever Yang00ac5192019-07-09 21:58:52 +080080};
81
82&sdmmc_clk {
Simon Glassd3a98cb2023-02-13 08:56:33 -070083 bootph-pre-ram;
Jonas Karlmanb1db1882024-11-05 21:51:41 +000084 bootph-some-ram;
Kever Yang00ac5192019-07-09 21:58:52 +080085};
86
87&sdmmc_cmd {
Simon Glassd3a98cb2023-02-13 08:56:33 -070088 bootph-pre-ram;
Jonas Karlmanb1db1882024-11-05 21:51:41 +000089 bootph-some-ram;
Kever Yang00ac5192019-07-09 21:58:52 +080090};
91
92&sdmmc_pwr {
Simon Glassd3a98cb2023-02-13 08:56:33 -070093 bootph-pre-ram;
Kever Yang00ac5192019-07-09 21:58:52 +080094};
Jonas Karlmanfd6ebba2024-11-05 21:51:37 +000095
96&uart2 {
97 bootph-all;
98};
Jonas Karlmanb1db1882024-11-05 21:51:41 +000099
100&uart2_xfer {
101 bootph-pre-sram;
102 bootph-pre-ram;
103};
Jonas Karlmand9200b92024-11-05 21:51:42 +0000104
105&vcc_sd {
106 bootph-pre-ram;
107};