blob: 2b28d36ef11a9d5964201b8bc77943920b4181a9 [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 {
Simon Glass8c103c32023-02-13 08:56:33 -07009 bootph-pre-ram;
Adam Ford5ff19632019-08-07 10:16:33 -050010};
11
12&usdhc1 {
Simon Glass8c103c32023-02-13 08:56:33 -070013 bootph-pre-ram;
Adam Ford5ff19632019-08-07 10:16:33 -050014};
15
16&usdhc2 {
Simon Glass8c103c32023-02-13 08:56:33 -070017 bootph-pre-ram;
Adam Ford5ff19632019-08-07 10:16:33 -050018};
Adam Ford2881ec52019-10-09 12:53:56 -050019
20&pinctrl_uart1 {
Simon Glass8c103c32023-02-13 08:56:33 -070021 bootph-pre-ram;
Adam Ford2881ec52019-10-09 12:53:56 -050022};
23
24&pinctrl_usdhc1 {
Simon Glass8c103c32023-02-13 08:56:33 -070025 bootph-pre-ram;
Adam Ford2881ec52019-10-09 12:53:56 -050026};
27
28&pinctrl_usdhc2 {
Simon Glass8c103c32023-02-13 08:56:33 -070029 bootph-pre-ram;
Adam Ford2881ec52019-10-09 12:53:56 -050030};