Skip to content

Commit 6ca6037

Browse files
MaureenHelmjhedberg
authored andcommitted
boards: adi: max32675evkit: Enable watchdog support
Enables watchdog support for max32675evkit board. Signed-off-by: Maureen Helm <[email protected]>
1 parent 5d15574 commit 6ca6037

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

boards/adi/max32675evkit/max32675evkit.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
led1 = &led2;
6161
sw0 = &pb1;
6262
sw1 = &pb2;
63+
watchdog0 = &wdt0;
6364
};
6465
};
6566

@@ -103,3 +104,7 @@
103104
pinctrl-0 = <&spi1a_mosi_p0_15 &spi1a_miso_p0_14 &spi1a_sck_p0_16 &spi1a_ss0_p0_17>;
104105
pinctrl-names = "default";
105106
};
107+
108+
&wdt0 {
109+
status = "okay";
110+
};

boards/adi/max32675evkit/max32675evkit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ supported:
1515
- spi
1616
- pwm
1717
- flash
18+
- watchdog
1819
ram: 64
1920
flash: 384

0 commit comments

Comments
 (0)