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