blob: ee44ed91fe8fcaf8ba76bcb2975fa7cdd9c3e441 [file] [log] [blame]
Adam Ford5ff19632019-08-07 10:16:33 -05001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2019 Logic PD <aford173@gmail.com>
4 */
5
6#include "imx6qdl-u-boot.dtsi"
7
8&uart1 {
9 u-boot,dm-spl;
10};
11
12&usdhc1 {
13 u-boot,dm-spl;
14};
15
16&usdhc2 {
17 u-boot,dm-spl;
18};
Adam Ford2881ec52019-10-09 12:53:56 -050019
20&pinctrl_uart1 {
21 u-boot,dm-spl;
22};
23
24&pinctrl_usdhc1 {
25 u-boot,dm-spl;
26};
27
28&pinctrl_usdhc2 {
29 u-boot,dm-spl;
30};