blob: 014b6bdd13875144fceaf389373269f91bc016d0 [file] [log] [blame]
Tom Rini855ff8e2018-05-18 17:54:39 -04001// SPDX-License-Identifier: GPL-2.0+
Jagan Teki9faa43c2018-04-11 18:02:22 +05302/*
3 * Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com>
Jagan Teki9faa43c2018-04-11 18:02:22 +05304 */
5
6#include "imx6ul-u-boot.dtsi"
7
8&usdhc1 {
Simon Glass8c103c32023-02-13 08:56:33 -07009 bootph-pre-ram;
Jagan Teki9faa43c2018-04-11 18:02:22 +053010};
11
12&iomuxc {
13 pinctrl_usdhc1: usdhc1grp {
Simon Glass8c103c32023-02-13 08:56:33 -070014 bootph-pre-ram;
Jagan Teki9faa43c2018-04-11 18:02:22 +053015 };
16
17 pinctrl_usdhc1_100mhz: usdhc1grp100mhz {
Simon Glass8c103c32023-02-13 08:56:33 -070018 bootph-pre-ram;
Jagan Teki9faa43c2018-04-11 18:02:22 +053019 };
20
21 pinctrl_usdhc1_200mhz: usdhc1grp200mhz {
Simon Glass8c103c32023-02-13 08:56:33 -070022 bootph-pre-ram;
Jagan Teki9faa43c2018-04-11 18:02:22 +053023 };
24};