summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZixun LI <[email protected]>2025-04-28 11:16:27 +0200
committerEugen Hristev <[email protected]>2025-06-19 13:56:42 +0300
commitd18f1f4730291ad5bb5dfcf3cd9d7147f3bf81aa (patch)
tree36af9cbb13bbb403bbea721cc7a4692875e95e46
parentac46b48d30c29a8a5f7ade07c666e12f88bfb169 (diff)
ARM: dts: sam9x60: Add watchdog DT node
Add the watchdog timer node for the sam9x60 SoC's. Signed-off-by: Zixun LI <[email protected]> Reviewed-by: Eugen Hristev <[email protected]> Reviewed-by: Stefan Roese <[email protected]>
-rw-r--r--arch/arm/dts/sam9x60.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/sam9x60.dtsi b/arch/arm/dts/sam9x60.dtsi
index 7631dfaa07f..79449042c24 100644
--- a/arch/arm/dts/sam9x60.dtsi
+++ b/arch/arm/dts/sam9x60.dtsi
@@ -311,6 +311,14 @@
clocks = <&slow_rc_osc>, <&slow_xtal>;
#clock-cells = <1>;
};
+
+ watchdog: watchdog@ffffff80 {
+ compatible = "microchip,sam9x60-wdt";
+ reg = <0xffffff80 0x24>;
+ interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
+ clocks = <&clk32 0>;
+ status = "disabled";
+ };
};
};