blob: bd864d0670187d36a694412150c322e258839a23 [file] [log] [blame]
Jagan Teki2a2d35f2019-05-17 15:59:40 +05301// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
4 */
5
6#include "rk3399-u-boot.dtsi"
Jagan Teki2598b6c2019-07-16 17:27:44 +05307#include "rk3399-sdram-lpddr4-100.dtsi"
Kever Yang616b7fc2019-08-27 11:43:32 +08008/ {
9 chosen {
Marcin Juszkiewicz8b5fe242020-06-03 17:15:13 +020010 u-boot,spl-boot-order = "same-as-spl", &spi_flash, &sdmmc, &sdhci;
11 };
12
13 config {
14 u-boot,spl-payload-offset = <0x60000>; /* @ 384KB */
15 };
16};
17
Jonas Karlmancdbb5c22023-05-06 17:41:12 +000018&sdhci {
19 cap-mmc-highspeed;
20 mmc-ddr-1_8v;
21};
22
Marcin Juszkiewicz8b5fe242020-06-03 17:15:13 +020023&spi1 {
24 spi_flash: flash@0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070025 bootph-all;
Kever Yang616b7fc2019-08-27 11:43:32 +080026 };
27};
Mark Kettenisf2323992019-06-21 23:16:45 +020028
Soeren Moche8baaa42019-11-07 12:11:22 +010029&vdd_center {
30 regulator-min-microvolt = <950000>;
31 regulator-max-microvolt = <950000>;
32};
33
Mark Kettenisf2323992019-06-21 23:16:45 +020034&vdd_log {
35 regulator-init-microvolt = <950000>;
36};