Skip to content

Commit 01d6e15

Browse files
hfakkizdanieldegrasse
authored andcommitted
dts: arm: adi: Add MAX32657 WDT instances
Add WDT0 node to MAX32657 dtsi files. Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
1 parent 3a595f2 commit 01d6e15

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/adi/max32/max32657_common.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,15 @@
144144
clocks = <&gcr ADI_MAX32_CLOCK_BUS1 2>;
145145
status = "disabled";
146146
};
147+
148+
wdt0: watchdog@3000 {
149+
compatible = "adi,max32-watchdog";
150+
reg = <0x3000 0x400>;
151+
interrupts = <1 0>;
152+
clocks = <&gcr ADI_MAX32_CLOCK_BUS1 27>;
153+
clock-source = <ADI_MAX32_PRPH_CLK_SRC_PCLK>;
154+
status = "disabled";
155+
};
147156
};
148157

149158
&nvic {

0 commit comments

Comments
 (0)