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