[PATCH v1 06/10] arm: dts: add watchdog-reboot node for mt7622
Frank Wunderlich
linux at fw-web.de
Sun Aug 16 10:24:27 CEST 2020
From: Frank Wunderlich <frank-w at public-files.de>
adding a wdt-reboot node to mt7622 dtsi
Signed-off-by: Frank Wunderlich <frank-w at public-files.de>
---
arch/arm/dts/mt7622.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/dts/mt7622.dtsi b/arch/arm/dts/mt7622.dtsi
index d0783bc9ff..fec071643e 100644
--- a/arch/arm/dts/mt7622.dtsi
+++ b/arch/arm/dts/mt7622.dtsi
@@ -142,6 +142,11 @@
reg = <0x10212000 0x800>;
};
+ wdt-reboot {
+ compatible = "wdt-reboot";
+ wdt = <&watchdog>;
+ };
+
gic: interrupt-controller at 10300000 {
compatible = "arm,gic-400";
interrupt-controller;
--
2.25.1
More information about the U-Boot
mailing list