blob: 43cb48bd032d8dcd49812e6f2a8e915a5a7ac88e [file] [log] [blame]
Kever Yang5860d122019-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 Jonker52a0c682022-04-15 23:21:39 +02007/ {
8 leds {
Simon Glass8c103c32023-02-13 08:56:33 -07009 bootph-all;
Johan Jonker52a0c682022-04-15 23:21:39 +020010
11 work {
Simon Glass8c103c32023-02-13 08:56:33 -070012 bootph-all;
Johan Jonker52a0c682022-04-15 23:21:39 +020013 };
14 };
15};
16
17&dmc {
18 rockchip,pctl-timing = <0x29a 0xc8 0x1f8 0x42 0x4e 0x4 0xea 0xa
19 0x5 0x0 0xa 0x7 0x19 0x24 0xa 0x7
20 0x5 0xa 0x5 0x200 0x5 0x10 0x40 0x0
21 0x1 0x7 0x7 0x4 0xc 0x43 0x100 0x0
22 0x5 0x0>;
23 rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200
24 0xa60 0x40 0x10 0x0>;
25 rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>;
26};
Kever Yang5860d122019-07-09 21:58:52 +080027
28&pinctrl {
Simon Glass8c103c32023-02-13 08:56:33 -070029 bootph-all;
Kever Yang5860d122019-07-09 21:58:52 +080030};
31
32&uart2 {
Simon Glass8c103c32023-02-13 08:56:33 -070033 bootph-all;
Kever Yang5860d122019-07-09 21:58:52 +080034};
35
36&sdmmc {
Simon Glass8c103c32023-02-13 08:56:33 -070037 bootph-all;
Kever Yang5860d122019-07-09 21:58:52 +080038};
39
40&emmc {
Simon Glass8c103c32023-02-13 08:56:33 -070041 bootph-all;
Kever Yang5860d122019-07-09 21:58:52 +080042};
43
44&sdmmc_bus4 {
Simon Glass8c103c32023-02-13 08:56:33 -070045 bootph-pre-ram;
Kever Yang5860d122019-07-09 21:58:52 +080046};
47
48&sdmmc_clk {
Simon Glass8c103c32023-02-13 08:56:33 -070049 bootph-pre-ram;
Kever Yang5860d122019-07-09 21:58:52 +080050};
51
52&sdmmc_cmd {
Simon Glass8c103c32023-02-13 08:56:33 -070053 bootph-pre-ram;
Kever Yang5860d122019-07-09 21:58:52 +080054};
55
56&sdmmc_pwr {
Simon Glass8c103c32023-02-13 08:56:33 -070057 bootph-pre-ram;
Kever Yang5860d122019-07-09 21:58:52 +080058};