blob: a625660d58357dc74c5277dc6ca210cc5c997ffa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
#include "rv1126-u-boot.dtsi"
/ {
chosen {
u-boot,spl-boot-order = "same-as-spl", &sdmmc, &emmc;
};
};
&sdio {
status = "disabled";
};
|