0e46e87e1fa01a9b5bce4265cb5ce2a49af7a1c9
[pandora-u-boot.git] / arch / arm / dts / rk3399-pinephone-pro-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2022 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, &sdmmc;
12         };
13 };
14
15 &sdhci {
16         max-frequency = <25000000>;
17         bootph-all;
18 };
19
20 &sdmmc {
21         max-frequency = <20000000>;
22         bootph-all;
23 };