blob: a45b3f5e86adb7182623b098fc92e18b550a42ce [file] [log] [blame]
Jagan Teki0a3a5742023-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 {
Jagan Teki0a3a5742023-06-11 12:27:13 +053014 u-boot,spl-boot-order = &sdmmc;
15 };
16};