blob: dd0058262b7fd0e5ab9e14ff124664499da92aec [file] [log] [blame]
Jagan Teki15b2d1f2023-01-30 20:27:49 +05301// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
4 */
5
6#include "rk3588-u-boot.dtsi"
7
8/ {
9 aliases {
10 mmc0 = &sdmmc;
11 };
12
13 chosen {
Jagan Teki15b2d1f2023-01-30 20:27:49 +053014 u-boot,spl-boot-order = &sdmmc;
15 };
16};
17
18&sdmmc {
19 bus-width = <4>;
Jagan Teki15b2d1f2023-01-30 20:27:49 +053020 status = "okay";
21};