blob: 8870188e612919ebd22f934208861a8a23e5f1a6 [file] [log] [blame]
Kever Yangd47e8952019-07-09 21:58:50 +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/ {
Johan Jonker8ba3d4062022-04-15 23:21:39 +02009 leds {
Johan Jonker8ba3d4062022-04-15 23:21:39 +020010 power {
Jonas Karlmanc00b2072024-12-12 22:09:34 +000011 default-state = "on";
Johan Jonker8ba3d4062022-04-15 23:21:39 +020012 };
13 };
14};
15
16&dmc {
17 rockchip,pctl-timing = <0x29a 0xc8 0x1f8 0x42 0x4e 0x4 0xea 0xa
18 0x5 0x0 0xa 0x7 0x19 0x24 0xa 0x7
19 0x5 0xa 0x5 0x200 0x5 0x10 0x40 0x0
20 0x1 0x7 0x7 0x4 0xc 0x43 0x100 0x0
21 0x5 0x0>;
22 rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200
23 0xa60 0x40 0x10 0x0>;
24 /* Add a dummy value to cause of-platdata think this is bytes */
25 rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>;
26};
27
Jonas Karlmand364ad62024-12-12 22:09:35 +000028&emmc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070029 bootph-all;
Kever Yangd47e8952019-07-09 21:58:50 +080030};
31
Jonas Karlmand364ad62024-12-12 22:09:35 +000032&gpio3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070033 bootph-all;
Kever Yangd47e8952019-07-09 21:58:50 +080034};
35
Jonas Karlmand364ad62024-12-12 22:09:35 +000036&pcfg_pull_up_drv_12ma {
37 bootph-pre-ram;
Kever Yangd47e8952019-07-09 21:58:50 +080038};
39
Jonas Karlmand364ad62024-12-12 22:09:35 +000040&pinctrl {
Simon Glassd3a98cb2023-02-13 08:56:33 -070041 bootph-all;
Kever Yangd47e8952019-07-09 21:58:50 +080042};
43
Jonas Karlmand364ad62024-12-12 22:09:35 +000044&sdmmc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070045 bootph-all;
Kever Yangd47e8952019-07-09 21:58:50 +080046};
47
Kever Yangd47e8952019-07-09 21:58:50 +080048&sdmmc_bus4 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070049 bootph-pre-ram;
Kever Yangd47e8952019-07-09 21:58:50 +080050};
51
52&sdmmc_clk {
Simon Glassd3a98cb2023-02-13 08:56:33 -070053 bootph-pre-ram;
Kever Yangd47e8952019-07-09 21:58:50 +080054};
55
56&sdmmc_cmd {
Simon Glassd3a98cb2023-02-13 08:56:33 -070057 bootph-pre-ram;
Kever Yangd47e8952019-07-09 21:58:50 +080058};
59
60&sdmmc_pwr {
Simon Glassd3a98cb2023-02-13 08:56:33 -070061 bootph-pre-ram;
Kever Yangd47e8952019-07-09 21:58:50 +080062};
Jonas Karlmand364ad62024-12-12 22:09:35 +000063
64&uart2 {
65 bootph-all;
66};