blob: 383b383acc48b679ea707699d0371c55ffbe34b1 [file] [log] [blame]
Johan Jonker8ba3d4062022-04-15 23:21:39 +02001// SPDX-License-Identifier: GPL-2.0+
2
3#include "rk3288-u-boot.dtsi"
4
5&dmc {
6 rockchip,num-channels = <2>;
7 rockchip,pctl-timing = <0x29a 0xc8 0x1f8 0x42 0x4e 0x4 0xea 0xa
8 0x5 0x0 0xa 0x7 0x19 0x24 0xa 0x7
9 0x5 0xa 0x5 0x200 0x5 0x10 0x40 0x0
10 0x1 0x7 0x7 0x4 0xc 0x43 0x100 0x0
11 0x5 0x0>;
12 rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200
13 0xa60 0x40 0x10 0x0>;
14 rockchip,sdram-channel = /bits/ 8 <0x1 0xa 0x3 0x2 0x1 0x0 0xe 0xe>;
15 rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 5 1>;
16};
17
18&emmc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070019 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020020};
21
22&i2c0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070023 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020024
25 rk818: pmic@1c {
Simon Glassd3a98cb2023-02-13 08:56:33 -070026 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020027
28 regulators {
Simon Glassd3a98cb2023-02-13 08:56:33 -070029 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020030 };
31 };
32};
33
34&pinctrl {
Simon Glassd3a98cb2023-02-13 08:56:33 -070035 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020036};
37
38&sdmmc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070039 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020040};
41
42&uart2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070043 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020044};