mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
22 lines
245 B
Text
22 lines
245 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
|
||
|
#include "rk3588-u-boot.dtsi"
|
||
|
|
||
|
&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;
|
||
|
};
|
||
|
};
|