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