2019-10-10 14:11:28 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* Copyright 2019
|
|
|
|
* Lukasz Majewski, DENX Software Engineering, lukma@denx.de
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+ or X11
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "imx6qdl-u-boot.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
clocks {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-10-10 14:11:28 +00:00
|
|
|
osc {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-10-10 14:11:28 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
wdt-reboot {
|
|
|
|
compatible = "wdt-reboot";
|
|
|
|
wdt = <&wdog1>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&clks {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-10-10 14:11:28 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&gpio2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-10-10 14:11:28 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_uart1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-10-10 14:11:28 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-10-10 14:11:28 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc4 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-10-10 14:11:28 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-10-10 14:11:28 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-10-10 14:11:28 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc4 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-10-10 14:11:28 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&wdog1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-10-10 14:11:28 +00:00
|
|
|
};
|