mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
Just personal stuff, if you don't like it, make your own build. Signed-off-by: Ondrej Jirman <megi@xff.cz>
29 lines
318 B
Plaintext
29 lines
318 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
#include "rk3588-u-boot.dtsi"
|
|
|
|
&fspim1_pins {
|
|
bootph-pre-ram;
|
|
bootph-some-ram;
|
|
};
|
|
|
|
&sdhci {
|
|
cap-mmc-highspeed;
|
|
mmc-hs200-1_8v;
|
|
};
|
|
|
|
&sfc {
|
|
flash@0 {
|
|
bootph-pre-ram;
|
|
bootph-some-ram;
|
|
};
|
|
};
|
|
|
|
&pcie2x1l0 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&sdhci {
|
|
status = "disabled";
|
|
};
|