blob: bee4c32e8965e4afc89a4423c998f8c7b470abeb [file] [log] [blame]
Eugen Hristev32f36cf2023-02-22 11:05:12 +02001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2023 Collabora Ltd.
4 */
5
6#include "rk3588-u-boot.dtsi"
7
8/ {
9 aliases {
10 mmc0 = &sdmmc;
11 };
12
13 chosen {
14 u-boot,spl-boot-order = &sdmmc;
15 };
16};
17
18&sdmmc {
19 bus-width = <4>;
Tom Rini8220add12023-03-14 10:58:41 -040020 bootph-pre-ram;
Eugen Hristev32f36cf2023-02-22 11:05:12 +020021 status = "okay";
22};