summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx53-ppd-uboot.dtsi
diff options
context:
space:
mode:
authorRobert Beckett <bob.beckett@collabora.com>2019-11-12 19:15:20 +0000
committerStefano Babic <sbabic@denx.de>2020-01-07 10:26:56 +0100
commit7915e150d6d070172f5e280373c7955d69012f16 (patch)
treed22145da4cc1e9781f49009d39b49a85ded75fe7 /arch/arm/dts/imx53-ppd-uboot.dtsi
parentd494aeca4688a8040362fd968d0aa9a5b8e0bf55 (diff)
board: ge: mx53ppd: use imx wdt
Enable DM imx WDT Enable SYSRESET_WATCHDOG to maintain WDT based reset ability Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
Diffstat (limited to 'arch/arm/dts/imx53-ppd-uboot.dtsi')
-rw-r--r--arch/arm/dts/imx53-ppd-uboot.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/imx53-ppd-uboot.dtsi b/arch/arm/dts/imx53-ppd-uboot.dtsi
new file mode 100644
index 0000000000..88dd7e2939
--- /dev/null
+++ b/arch/arm/dts/imx53-ppd-uboot.dtsi
@@ -0,0 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0+ OR X11
+/*
+ * Copyright 2019 Collabora Ltd
+ * Copyright 2019 General Electric Company
+ */
+
+/ {
+ wdt-reboot {
+ compatible = "wdt-reboot";
+ wdt = <&wdog1>;
+ };
+};