blob: d987f68b6bae15c1e6d78b85d4c47b297e7d1142 [file] [log] [blame]
Andrey Zhizhikincf51a552020-12-05 17:29:17 +00001// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2
Peng Fan4311f5a2021-10-22 10:42:16 +08003#include "imx8mq-u-boot.dtsi"
4
Peng Fan11ba63f2022-04-15 12:35:36 +08005&pinctrl_uart1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -07006 bootph-pre-ram;
Peng Fan11ba63f2022-04-15 12:35:36 +08007};
8
Andrey Zhizhikin9aa95982020-12-05 17:29:18 +00009&usdhc1 {
10 mmc-hs400-1_8v;
11};
12
13&usdhc2 {
14 sd-uhs-sdr104;
15 sd-uhs-ddr50;
16};
Peng Fan11ba63f2022-04-15 12:35:36 +080017
18&uart1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070019 bootph-pre-ram;
Peng Fan11ba63f2022-04-15 12:35:36 +080020};