Skip to content

Commit 867a5af

Browse files
mertvatanseveraescolar
authored andcommitted
boards: adi: Enable rtc counter on MAX78000 boards
Enable rtc counter on MAX78000EVKIT and MAX78000FTHR boards. Signed-off-by: Mert Vatansever <mert.vatansever@analog.com>
1 parent 41ab686 commit 867a5af

4 files changed

Lines changed: 10 additions & 0 deletions

File tree

boards/adi/max78000evkit/max78000evkit_max78000_m4.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,7 @@
130130
pinctrl-0 = <&owm_io_p0_18 &owm_pe_p0_19>;
131131
pinctrl-names = "default";
132132
};
133+
134+
&rtc_counter {
135+
status = "okay";
136+
};

boards/adi/max78000evkit/max78000evkit_max78000_m4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ supported:
1414
- gpio
1515
- i2c
1616
- pwm
17+
- rtc_counter
1718
- serial
1819
- spi
1920
- trng

boards/adi/max78000fthr/max78000fthr_max78000_m4.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,7 @@ feather_i2c: &i2c1 {
134134
pinctrl-0 = <&owm_io_p0_6 &owm_pe_p0_7>;
135135
pinctrl-names = "default";
136136
};
137+
138+
&rtc_counter {
139+
status = "okay";
140+
};

boards/adi/max78000fthr/max78000fthr_max78000_m4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ supported:
1515
- gpio
1616
- i2c
1717
- pwm
18+
- rtc_counter
1819
- serial
1920
- spi
2021
- trng

0 commit comments

Comments
 (0)