ARM: imx8m: Fix reset in SPL on NXP iMX8MM EVK
[oweals/u-boot.git] / arch / arm / dts / imx8mm-evk-u-boot.dtsi
index 3502602fbb86e9ed22343cfd444fe490988843fe..b5c12105a9d103d40c4237c9a1c60cc3dc1c8af5 100644 (file)
@@ -3,6 +3,14 @@
  * Copyright 2019 NXP
  */
 
+/ {
+       wdt-reboot {
+               compatible = "wdt-reboot";
+               wdt = <&wdog1>;
+               u-boot,dm-spl;
+       };
+};
+
 &{/soc@0} {
        u-boot,dm-pre-reloc;
        u-boot,dm-spl;
 &fec1 {
        phy-reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
 };
+
+&wdog1 {
+       u-boot,dm-spl;
+};