blob: 4a4e4cc0c91b9d4395da54719f4d53b154fd23b7 [file] [log] [blame]
Johan Jonker50d9ff52022-04-15 23:21:34 +02001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3#include "rk322x-u-boot.dtsi"
4
5/ {
6 chosen {
7 stdout-path = &uart2;
8 };
9};
10
11&dmc {
12 rockchip,pctl-timing = <0x96 0xC8 0x1F3 0xF 0x8000004D 0x4 0x4E 0x6 0x3
13 0x0 0x6 0x5 0xC 0x10 0x6 0x4 0x4
14 0x5 0x4 0x200 0x3 0xA 0x40 0x0 0x1
15 0x5 0x5 0x3 0xC 0x1E 0x100 0x0 0x4
16 0x0 0x924>;
17 rockchip,phy-timing = <0x220 0x1 0x0 0x0 0x0 0x4 0x60>;
18 rockchip,sdram-params = <0x428B188 0x0 0x21 0x472 0x15
19 0 300 3 0 120>;
20};
21
22&emmc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070023 bootph-all;
Johan Jonker50d9ff52022-04-15 23:21:34 +020024};
25
26&uart2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070027 bootph-all;
Johan Jonker50d9ff52022-04-15 23:21:34 +020028};