Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot-mpc8xx
[platform/kernel/u-boot.git] / arch / arm / dts / rk3588-edgeble-neu6a-io-u-boot.dtsi
1 // 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>;
21         status = "okay";
22 };