Merge branch 'master' of git://git.denx.de/u-boot
[oweals/u-boot.git] / arch / arm / dts / imx8mm-verdin-u-boot.dtsi
index d091577a96fe2577661437d3cc24b846ede027a0..fe6bb9bf03cf32918caeaca1827bcfa7618a8755 100644 (file)
@@ -3,6 +3,14 @@
  * Copyright 2020 Toradex
  */
 
+/ {
+       wdt-reboot {
+               compatible = "wdt-reboot";
+               wdt = <&wdog1>;
+               u-boot,dm-spl;
+       };
+};
+
 &aips1 {
        u-boot,dm-spl;
        u-boot,dm-pre-reloc;
        u-boot,dm-spl;
 };
 
+&pinctrl_usdhc1 {
+       u-boot,dm-spl;
+};
+
 &pinctrl_usdhc2 {
        u-boot,dm-spl;
 };
 &usdhc3 {
        u-boot,dm-spl;
 };
+
+&wdog1 {
+       u-boot,dm-spl;
+};