2019-08-07 15:16:33 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2019 Logic PD <aford173@gmail.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "imx6qdl-u-boot.dtsi"
|
|
|
|
|
|
|
|
&uart1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-08-07 15:16:33 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-08-07 15:16:33 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-08-07 15:16:33 +00:00
|
|
|
};
|
2019-10-09 17:53:56 +00:00
|
|
|
|
|
|
|
&pinctrl_uart1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-10-09 17:53:56 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-10-09 17:53:56 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-10-09 17:53:56 +00:00
|
|
|
};
|