mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 14:23:00 +00:00
28 lines
324 B
Text
28 lines
324 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
|
||
|
#include "rk3588-u-boot.dtsi"
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
u-boot,spl-boot-order = "same-as-spl", &sdmmc, &sdhci;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&fspim1_pins {
|
||
|
bootph-all;
|
||
|
};
|
||
|
|
||
|
&sdhci {
|
||
|
cap-mmc-highspeed;
|
||
|
mmc-hs200-1_8v;
|
||
|
};
|
||
|
|
||
|
&sfc {
|
||
|
bootph-pre-ram;
|
||
|
u-boot,spl-sfc-no-dma;
|
||
|
|
||
|
flash@0 {
|
||
|
bootph-pre-ram;
|
||
|
};
|
||
|
};
|