mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 06:12:58 +00:00
23 lines
267 B
Text
23 lines
267 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
|
||
|
#include "rk3588s-u-boot.dtsi"
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
u-boot,spl-boot-order = "same-as-spl", &sdmmc;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&fspim0_pins {
|
||
|
bootph-all;
|
||
|
};
|
||
|
|
||
|
&sfc {
|
||
|
bootph-pre-ram;
|
||
|
u-boot,spl-sfc-no-dma;
|
||
|
|
||
|
flash@0 {
|
||
|
bootph-pre-ram;
|
||
|
};
|
||
|
};
|