blob: a625660d58357dc74c5277dc6ca210cc5c997ffa [file] [log] [blame]
Tim Lunn5a34e6a2024-01-24 14:26:00 +11001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3#include "rv1126-u-boot.dtsi"
4
5/ {
6 chosen {
7 u-boot,spl-boot-order = "same-as-spl", &sdmmc, &emmc;
8 };
9};
10
11&sdio {
12 status = "disabled";
13};