[PATCH linux dev-5.3 2/2] ARM: dts: Aspeed: Tacoma: Add watchdog definitions

Eddie James eajames at linux.ibm.com
Fri Oct 4 08:24:15 AEST 2019


The first watchdog on Tacoma is wired to the fans. Use the second
watchdog as the kernel/system watchdog.

Signed-off-by: Eddie James <eajames at linux.ibm.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
index ea6e666d0caa..cdc14773ddda 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
@@ -524,3 +524,17 @@
 	memory-region = <&flash_memory>;
 	flash = <&spi1>;
 };
+
+&wdt1 {
+	aspeed,reset-type = "none";
+	aspeed,external-signal;
+	aspeed,ext-push-pull;
+	aspeed,ext-active-high;
+
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_wdtrst1_default>;
+};
+
+&wdt2 {
+	status = "okay";
+};
-- 
2.23.0



More information about the openbmc mailing list