ARM: dts: i.MX6UL: U-Boot specific dts for u-boot, dm-spl
[oweals/u-boot.git] / arch / arm / dts / imx6ul-geam-kit-u-boot.dtsi
1 /*
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 };