Skip to content

Commit 5d15574

Browse files
MaureenHelmjhedberg
authored andcommitted
boards: adi: max32680evkit: Enable RTC counter support
Enable RTC counter support for the max32680evkit board. Signed-off-by: Maureen Helm <[email protected]>
1 parent 63194b8 commit 5d15574

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

boards/adi/max32680evkit/max32680evkit_max32680_m4.dts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@
113113
status = "okay";
114114
};
115115

116+
/*
117+
* ERTCO is required for counter RTC
118+
*/
119+
&clk_ertco {
120+
status = "okay";
121+
};
122+
116123
&gpio0 {
117124
status = "okay";
118125
};
@@ -174,3 +181,7 @@
174181
pinctrl-0 = <&owm_io_p0_6 &owm_pe_p0_7>;
175182
pinctrl-names = "default";
176183
};
184+
185+
&rtc_counter {
186+
status = "okay";
187+
};

boards/adi/max32680evkit/max32680evkit_max32680_m4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ supported:
1818
- counter
1919
- w1
2020
- flash
21+
- rtc_counter
2122
ram: 48
2223
flash: 512

0 commit comments

Comments
 (0)