blob: cd7626b24b6401bc90728db5de896bb2b0059a25 [file] [log] [blame]
Jagan Tekifd9e57f2023-06-11 12:27:13 +05301// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
4 */
5
6#include "rk3588j-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>;
21 status = "okay";
22};