git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac46b48
)
ARM: dts: sam9x60: Add watchdog DT node
author
Zixun LI
<admin@hifiphile.com>
Mon, 28 Apr 2025 09:16:27 +0000
(11:16 +0200)
committer
Eugen Hristev
<eugen.hristev@linaro.org>
Thu, 19 Jun 2025 10:56:42 +0000
(13:56 +0300)
Add the watchdog timer node for the sam9x60 SoC's.
Signed-off-by: Zixun LI <admin@hifiphile.com>
Reviewed-by: Eugen Hristev <eugen.hristev@linaro.org>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/dts/sam9x60.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/sam9x60.dtsi
b/arch/arm/dts/sam9x60.dtsi
index
7631dfa
..
7944904
100644
(file)
--- 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";
+ };
};
};