blob: 89093e2311c758b78454710043aea7006533e5bd [file] [log] [blame]
Walter Lozano6dc8d7e2020-06-25 01:10:15 -03001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright 2015 Google, Inc
4 */
5
6#include "rk3288-u-boot.dtsi"
7
Johan Jonker8ba3d4062022-04-15 23:21:39 +02008/ {
9 chosen {
10 u-boot,spl-boot-order = &spi_flash;
11 };
12};
13
Quentin Schulza5f7b982025-05-05 16:47:19 +020014#if defined(CONFIG_ROCKCHIP_SPI_IMAGE)
15&binman {
16 simple-bin-spi {
17 size = <0x400000>;
18 };
19};
20#endif
21
Johan Jonker8ba3d4062022-04-15 23:21:39 +020022&dmc {
23 logic-supply = <&vdd_logic>;
24 rockchip,odt-disable-freq = <333000000>;
25 rockchip,dll-disable-freq = <333000000>;
26 rockchip,sr-enable-freq = <333000000>;
27 rockchip,pd-enable-freq = <666000000>;
28 rockchip,auto-self-refresh-cnt = <0>;
29 rockchip,auto-power-down-cnt = <64>;
30 rockchip,ddr-speed-bin = <21>;
31 rockchip,trcd = <10>;
32 rockchip,trp = <10>;
33 operating-points = <
34 /* KHz uV */
35 200000 1050000
36 333000 1100000
37 533000 1150000
38 666000 1200000
39 >;
40};
41
Alper Nebi Yasak9dc8e162023-07-07 22:16:37 +030042&emmc {
43 bootph-all;
44};
45
Johan Jonker8ba3d4062022-04-15 23:21:39 +020046&gpio3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070047 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020048};
49
Walter Lozano6dc8d7e2020-06-25 01:10:15 -030050&gpio7 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070051 bootph-all;
Walter Lozano6dc8d7e2020-06-25 01:10:15 -030052};
53
Johan Jonker8ba3d4062022-04-15 23:21:39 +020054&gpio8 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070055 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020056};
57
58&i2c0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070059 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020060};
61
62&pinctrl {
Simon Glassd3a98cb2023-02-13 08:56:33 -070063 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020064};
65
66&rk808 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070067 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020068};
69
70&sdmmc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070071 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020072};
73
74&spi2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070075 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020076};
77
78&spi_flash {
Simon Glassd3a98cb2023-02-13 08:56:33 -070079 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020080};
81
82&uart2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070083 bootph-all;
Johan Jonker8ba3d4062022-04-15 23:21:39 +020084};