blob: 12096eec54fc76cc4578984bd2e264a53574916c [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
Wadim Egorov19ba3ba2024-04-19 08:51:17 +02005/ {
6 aliases {
7 eeprom0 = &i2c_eeprom_id;
8 };
9
10 chosen {
11 stdout-path = &uart2;
12 };
13};
14
Johan Jonker8ba3d4062022-04-15 23:21:39 +020015&dmc {
16 rockchip,num-channels = <2>;
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 rockchip,sdram-channel = /bits/ 8 <0x1 0xa 0x3 0x2 0x1 0x0 0xe 0xe>;
25 rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 5 1>;
26};
27
28&emmc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070029 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020030};
31
32&i2c0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070033 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020034
35 rk818: pmic@1c {
Simon Glassd3a98cb2023-02-13 08:56:33 -070036 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020037
38 regulators {
Simon Glassd3a98cb2023-02-13 08:56:33 -070039 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020040 };
41 };
Wadim Egorov19ba3ba2024-04-19 08:51:17 +020042
43 /* M24C32-D Identification page */
44 i2c_eeprom_id: eeprom@58 {
45 bootph-all;
46
47 compatible = "atmel,24c32";
48 reg = <0x58>;
49 pagesize = <32>;
50 };
Johan Jonker8ba3d4062022-04-15 23:21:39 +020051};
52
53&pinctrl {
Simon Glassd3a98cb2023-02-13 08:56:33 -070054 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020055};
56
57&sdmmc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070058 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020059};
60
61&uart2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070062 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020063};