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