blob: bd2e2594863397a4e26abeaaeb36dad2f1349a54 [file] [log] [blame]
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2023 Rockchip Electronics Co., Ltd.
*/
#include "rk3588-u-boot.dtsi"
/ {
aliases {
mmc0 = &sdmmc;
mmc1 = &sdhci;
};
chosen {
u-boot,spl-boot-order = &sdhci;
};
};
&sdhci {
bootph-all;
};