summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZakariya Hadrami <zkh@mailbox.org>2026-09-10 15:29:14 +0200
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>2026-09-10 16:41:20 +0200
commit5e23e7d730c6e984e4f03c3b25e2188de9f4ba99 (patch)
treed0ce93b6c8bff90e0ef8b76b7d88ff48022d436f
parentf97be0d722ebef4de65a39813778f6ba62c2ac1e (diff)
downloadlinux-next-5e23e7d730c6e984e4f03c3b25e2188de9f4ba99.tar.gz
linux-next-5e23e7d730c6e984e4f03c3b25e2188de9f4ba99.zip
ARM: dts: mediatek: mt8127: Add watchdog support
Add watchdog node and disable it by default as it was not present initially. Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Zakariya Hadrami <zkh@mailbox.org> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
-rw-r--r--arch/arm/boot/dts/mediatek/mt8127.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mediatek/mt8127.dtsi b/arch/arm/boot/dts/mediatek/mt8127.dtsi
index bd61ec7e70c0..9bdf55d2da47 100644
--- a/arch/arm/boot/dts/mediatek/mt8127.dtsi
+++ b/arch/arm/boot/dts/mediatek/mt8127.dtsi
@@ -99,6 +99,13 @@
compatible = "simple-bus";
ranges;
+ watchdog: watchdog@10007000 {
+ compatible = "mediatek,mt8127-wdt", "mediatek,mt6589-wdt";
+ reg = <0 0x10007000 0 0x100>;
+ interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_LOW>;
+ status = "disabled";
+ };
+
timer: timer@10008000 {
compatible = "mediatek,mt8127-timer",
"mediatek,mt6577-timer";