blob: b0f5c667197c0f7bf73ba23ac02089522d2049c4 [file] [log] [blame]
Jonas Karlmana5890ff2023-10-17 21:40:22 +00001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3#include "rk3588-u-boot.dtsi"
4
5/ {
6 chosen {
7 u-boot,spl-boot-order = "same-as-spl", &sdmmc, &sdhci;
8 };
9};
10
11&fspim1_pins {
12 bootph-all;
13};
14
15&sdhci {
16 cap-mmc-highspeed;
17 mmc-hs200-1_8v;
18};
19
20&sfc {
21 bootph-pre-ram;
22 u-boot,spl-sfc-no-dma;
23
24 flash@0 {
25 bootph-pre-ram;
26 };
27};