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