mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 06:12:58 +00:00
19 lines
266 B
Text
19 lines
266 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright (c) 2023 Collabora Ltd.
|
||
|
*/
|
||
|
|
||
|
#include "rk3588s-u-boot.dtsi"
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
u-boot,spl-boot-order = "same-as-spl", &sdmmc, &sdhci;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&sdhci {
|
||
|
cap-mmc-highspeed;
|
||
|
mmc-ddr-1_8v;
|
||
|
mmc-hs200-1_8v;
|
||
|
};
|