blob: a9d10592d573fba875f99f878b28a90e8123364d [file] [log] [blame]
Jagan Tekiadc91db2019-05-08 11:11:45 +05301// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
4 */
5
Jagan Tekib2f5da92019-05-08 11:11:46 +05306#include "rk3399-u-boot.dtsi"
7
Jagan Teki20dcee42020-05-24 23:02:11 +05308/{
9 chosen {
10 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
11 };
12};
13
Jagan Tekiadc91db2019-05-08 11:11:45 +053014&sdmmc {
15 pinctrl-0 = <&sdmmc_bus4 &sdmmc_clk &sdmmc_cmd &sdmmc_cd>;
16};