1 // SPDX-License-Identifier: GPL-2.0+ 2 /* 3 * Copyright (C) 2018 Jagan Teki <jagan (a] amarulasolutions.com> 4 */ 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 }; 25