summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx8mq-evk-u-boot.dtsi
blob: d987f68b6bae15c1e6d78b85d4c47b297e7d1142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// SPDX-License-Identifier: (GPL-2.0 OR MIT)

#include "imx8mq-u-boot.dtsi"

&pinctrl_uart1 {
	bootph-pre-ram;
};

&usdhc1 {
	mmc-hs400-1_8v;
};

&usdhc2 {
	sd-uhs-sdr104;
	sd-uhs-ddr50;
};

&uart1 {
	bootph-pre-ram;
};