Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[oweals/u-boot.git] / arch / arm / dts / imx6q-logicpd-u-boot.dtsi
1 // 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 };
19
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 };