2021-04-26 12:53:48 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 Engicam srl
|
|
|
|
* Copyright (c) 2020 Amarula Solutions(India)
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "imx8mm-u-boot.dtsi"
|
|
|
|
|
|
|
|
&iomuxc {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2021-04-26 12:53:48 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc3 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2021-04-26 12:53:48 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc3_100mhz {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2021-04-26 12:53:48 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc3_200mhz {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2021-04-26 12:53:48 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc3 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2021-04-26 12:53:48 +00:00
|
|
|
};
|