u-boot/arch/arm/dts/imx7d-smegw01-u-boot.dtsi

17 lines
198 B
Text
Raw Normal View History

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
#include "imx7s-u-boot.dtsi"
/ {
wdt-reboot {
compatible = "wdt-reboot";
wdt = <&wdog1>;
bootph-pre-ram;
};
};
&wdog1 {
bootph-pre-ram;
};