Skip to content

Commit a45e739

Browse files
committed
boards: adi: Enable RTC for MAX32657EVKIT nonsecure board
Add RTC to MAX32657EVKIT nonsecure configuration. Signed-off-by: Tahsin Mutlugun <Tahsin.Mutlugun@analog.com>
1 parent d1d6250 commit a45e739

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

boards/adi/max32657evkit/max32657evkit_max32657.dts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,3 @@
5050
&trng {
5151
status = "okay";
5252
};
53-
54-
&rtc_counter {
55-
status = "okay";
56-
clock-source = <ADI_MAX32_PRPH_CLK_SRC_INRO>;
57-
};

boards/adi/max32657evkit/max32657evkit_max32657_common.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,8 @@
7171
pinctrl-0 = <&spi0_mosi_p0_2 &spi0_miso_p0_4 &spi0_sck_p0_6 &spi0_ss0_p0_3>;
7272
pinctrl-names = "default";
7373
};
74+
75+
&rtc_counter {
76+
status = "okay";
77+
clock-source = <ADI_MAX32_PRPH_CLK_SRC_INRO>;
78+
};

boards/adi/max32657evkit/max32657evkit_max32657_ns.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ supported:
1313
- dma
1414
- counter
1515
- pwm
16+
- rtc_counter
1617
- spi
1718
ram: 192
1819
flash: 576

0 commit comments

Comments
 (0)