1/* 2 * Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com> 3 * 4 * SPDX-License-Identifier: GPL-2.0+ 5 */ 6 7#include "imx6qdl-u-boot.dtsi" 8 9&usdhc3 { 10 u-boot,dm-spl; 11}; 12 13&usdhc4 { 14 u-boot,dm-spl; 15}; 16 17&pinctrl_usdhc3 { 18 u-boot,dm-spl; 19}; 20 21&pinctrl_usdhc4 { 22 u-boot,dm-spl; 23}; 24