2018-05-18 21:54:39 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
2018-04-11 12:32:22 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "imx6ul-u-boot.dtsi"
|
|
|
|
|
|
|
|
&usdhc1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2018-04-11 12:32:22 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&iomuxc {
|
|
|
|
pinctrl_usdhc1: usdhc1grp {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2018-04-11 12:32:22 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
pinctrl_usdhc1_100mhz: usdhc1grp100mhz {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2018-04-11 12:32:22 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
pinctrl_usdhc1_200mhz: usdhc1grp200mhz {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2018-04-11 12:32:22 +00:00
|
|
|
};
|
|
|
|
};
|