summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6q-logicpd-u-boot.dtsi
blob: ee44ed91fe8fcaf8ba76bcb2975fa7cdd9c3e441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright (C) 2019 Logic PD <aford173@gmail.com>
 */

#include "imx6qdl-u-boot.dtsi"

&uart1 {
	u-boot,dm-spl;
};

&usdhc1 {
	u-boot,dm-spl;
};

&usdhc2 {
	u-boot,dm-spl;
};

&pinctrl_uart1 {
	u-boot,dm-spl;
};

&pinctrl_usdhc1 {
	u-boot,dm-spl;
};

&pinctrl_usdhc2 {
	u-boot,dm-spl;
};