blob: 732727d9b036198f97dc50d32bc44a39db156cd6 [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 };
Marcin Juszkiewicz8b5fe242020-06-03 17:15:13 +020012};
13
Jonas Karlmancdbb5c22023-05-06 17:41:12 +000014&sdhci {
15 cap-mmc-highspeed;
16 mmc-ddr-1_8v;
17};
18
Marcin Juszkiewicz8b5fe242020-06-03 17:15:13 +020019&spi1 {
20 spi_flash: flash@0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070021 bootph-all;
Kever Yang616b7fc2019-08-27 11:43:32 +080022 };
23};
Mark Kettenisf2323992019-06-21 23:16:45 +020024
Soeren Moche8baaa42019-11-07 12:11:22 +010025&vdd_center {
26 regulator-min-microvolt = <950000>;
27 regulator-max-microvolt = <950000>;
28};
29
Mark Kettenisf2323992019-06-21 23:16:45 +020030&vdd_log {
31 regulator-init-microvolt = <950000>;
32};