blob: c638ce25973129f7dcfdb2d8fe2624a26542734b [file] [log] [blame]
Andy Yana4bbc662019-09-22 18:06:56 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (c) 2019 Andy Yan <andy.yan@gmail.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 Yang09b053c2020-12-07 10:52:53 +080014
15&vdd_log {
16 regulator-init-microvolt = <950000>;
17};