blob: d1b77ba295121e84e47d412252952151d26ff882 [file] [log] [blame]
Jagan Teki9faa43c2018-04-11 18:02:22 +05301/*
2 * Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#include "imx6ul-u-boot.dtsi"
8
9&usdhc1 {
10 u-boot,dm-spl;
11};
12
13&iomuxc {
14 pinctrl_usdhc1: usdhc1grp {
15 u-boot,dm-spl;
16 };
17
18 pinctrl_usdhc1_100mhz: usdhc1grp100mhz {
19 u-boot,dm-spl;
20 };
21
22 pinctrl_usdhc1_200mhz: usdhc1grp200mhz {
23 u-boot,dm-spl;
24 };
25};