1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
4 */
5
6#include "rk3399-u-boot.dtsi"
7
8/{
9	chosen {
10		u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
11	};
12};
13
14&sdmmc {
15	pinctrl-0 = <&sdmmc_bus4 &sdmmc_clk &sdmmc_cmd &sdmmc_cd>;
16};
17