blob: 3235bd36e4c866eb43ce17a0f05cd111671f3209 [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 {
14 stdout-path = &uart2;
15 u-boot,spl-boot-order = &sdmmc;
16 };
17};
18
19&sdmmc {
20 bus-width = <4>;
Tom Rini82b896c2023-03-27 15:20:19 -040021 bootph-all;
Jagan Teki15b2d1f2023-01-30 20:27:49 +053022 u-boot,spl-fifo-mode;
23 status = "okay";
24};