arm: dts: imx8ulp: Disable wdog3 until DM watchdog support is available

The driver model for watchdog timer is not enabled yet, so disable wdog3
temporarily.

Signed-off-by: Alice Guo <alice.guo@nxp.com>
This commit is contained in:
Alice Guo
2025-11-20 19:23:00 +08:00
committed by Fabio Estevam
parent 091df90a89
commit e2c435bd0a

View File

@@ -119,3 +119,7 @@
>;
};
};
&wdog3 {
status = "disabled";
};