88a77cad8d43cbe53b72d5f678d2a3f19b74e2fe
[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 / {
10         chosen {
11                 u-boot,spl-boot-order = "same-as-spl", &sdhci, &spiflash, &sdmmc;
12         };
13 };
14
15 &edp {
16         rockchip,panel = <&edp_panel>;
17 };
18
19 &sdhci {
20         max-frequency = <25000000>;
21         bootph-all;
22 };
23
24 &sdmmc {
25         max-frequency = <20000000>;
26         bootph-all;
27 };
28
29 &spiflash {
30         bootph-all;
31 };
32
33 &vdd_log {
34         regulator-init-microvolt = <950000>;
35 };