1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 00:32:04 +02:00
Files
u-boot-megous/arch/arm/dts/rk3588-orangepi-5-plus-u-boot.dtsi
Ondrej Jirman b4a753de58 config: orange-pi-5-plus: Personal optimizations
Just personal stuff, if you don't like it, make your own build.

Signed-off-by: Ondrej Jirman <megi@xff.cz>
2024-07-05 17:45:24 +02:00

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";
};