rockchip: rk3399: Add a default spl-boot-order prop
[pandora-u-boot.git] / arch / arm / dts / rk3399-pinebook-pro-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2019 Peter Robinson <pbrobinson at gmail.com>
4  */
5
6 #include "rk3399-u-boot.dtsi"
7 #include "rk3399-sdram-lpddr4-100.dtsi"
8
9 &edp {
10         rockchip,panel = <&edp_panel>;
11 };
12
13 &sdhci {
14         max-frequency = <25000000>;
15         bootph-all;
16 };
17
18 &sdmmc {
19         max-frequency = <20000000>;
20         bootph-all;
21 };
22
23 &spiflash {
24         bootph-all;
25 };
26
27 &vdd_log {
28         regulator-init-microvolt = <950000>;
29 };