u-boot/arch/arm/dts/imx7s-warp-u-boot.dtsi
Fabio Estevam ea2b074a1c warp7: Convert to watchdog driver model
Commit 68dcbdd594 ("ARM: imx: Add weak default reset_cpu()") caused
the 'reset' command in U-Boot to not cause a board reset.

Fix it by switching to the watchdog driver model via sysreset, which
is the preferred method for implementing the watchdog reset.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2024-03-30 09:49:34 -03:00

36 lines
322 B
Text

/ {
aliases {
mmc0 = &usdhc3;
usb0 = &usbotg1;
};
chosen {
stdout-path = &uart1;
};
wdt-reboot {
compatible = "wdt-reboot";
wdt = <&wdog1>;
bootph-pre-ram;
};
};
&aips3 {
bootph-all;
};
&pinctrl_uart1 {
bootph-all;
};
&soc {
bootph-all;
};
&uart1 {
bootph-all;
};
&wdog1 {
bootph-pre-ram;
};