Merge branch 'next' of git://git.denx.de/u-boot-sh
[oweals/u-boot.git] / arch / arm / dts / rk3399-roc-pc-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2019 Levin Du <djw@t-chip.com.cn>
4  */
5
6 #include "rk3399-u-boot.dtsi"
7 #include "rk3399-sdram-lpddr4-100.dtsi"
8
9 / {
10         aliases {
11                 spi0 = &spi1;
12         };
13
14         chosen {
15                 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
16         };
17 };
18
19 &vdd_log {
20         regulator-min-microvolt = <430000>;
21         regulator-init-microvolt = <950000>;
22 };