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"
|
|
|
|
|
2022-12-09 09:35:49 +00:00
|
|
|
&soc {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-12-09 09:35:49 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&aips1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-12-09 09:35:49 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_uart1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-12-09 09:35:49 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-12-09 09:35:49 +00:00
|
|
|
};
|
|
|
|
|
2018-04-11 12:32:22 +00:00
|
|
|
&usdhc1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2018-04-11 12:32:22 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2018-04-11 12:32:22 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2018-04-11 12:32:22 +00:00
|
|
|
};
|