blob: a7039d74a0167b44be29473e3e670a9a5514fc14 [file] [log] [blame]
Nick Xiea8398282019-07-30 11:51:14 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2019 Nick Xie <nick@khadas.com>
4 */
5
6#include "rk3399-u-boot.dtsi"
7#include "rk3399-sdram-lpddr4-100.dtsi"
8
9/ {
10 chosen {
11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
12 };
13};
Kever Yang4d273ff2019-11-13 11:14:11 +080014
15&vdd_log {
16 regulator-init-microvolt = <950000>;
17};