blob: 57d602619dc62f1f3869303e09a569e09df9765b [file] [log] [blame]
Kever Yangc2b608a2019-07-09 21:58:53 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2019 Rockchip Electronics Co., Ltd
4 */
5
6#include "rk3288-u-boot.dtsi"
7
Johan Jonker8ba3d4062022-04-15 23:21:39 +02008&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};
18
Kever Yangc2b608a2019-07-09 21:58:53 +080019&pinctrl {
Simon Glassd3a98cb2023-02-13 08:56:33 -070020 bootph-all;
Kever Yangc2b608a2019-07-09 21:58:53 +080021};
22
23&uart2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070024 bootph-all;
Kever Yangc2b608a2019-07-09 21:58:53 +080025};
26
27&sdmmc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070028 bootph-all;
Kever Yangc2b608a2019-07-09 21:58:53 +080029};
30
31&emmc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070032 bootph-all;
Kever Yangc2b608a2019-07-09 21:58:53 +080033};
34
35&gpio3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070036 bootph-all;
Kever Yangc2b608a2019-07-09 21:58:53 +080037};
38
39&gpio8 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070040 bootph-all;
Kever Yangc2b608a2019-07-09 21:58:53 +080041};
42
43&sdmmc_bus4 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070044 bootph-pre-ram;
Kever Yangc2b608a2019-07-09 21:58:53 +080045};
46
47&sdmmc_clk {
Simon Glassd3a98cb2023-02-13 08:56:33 -070048 bootph-pre-ram;
Kever Yangc2b608a2019-07-09 21:58:53 +080049};
50
51&sdmmc_cmd {
Simon Glassd3a98cb2023-02-13 08:56:33 -070052 bootph-pre-ram;
Kever Yangc2b608a2019-07-09 21:58:53 +080053};
54
55&sdmmc_pwr {
Simon Glassd3a98cb2023-02-13 08:56:33 -070056 bootph-pre-ram;
Kever Yangc2b608a2019-07-09 21:58:53 +080057};