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