Skip to content

Commit 8c33a9b

Browse files
ttmutcfriedt
authored andcommitted
boards: adi: max32657evkit: Change wake-up timer clock sources to INRO
Set wake-up timers' clock source to INRO as EVKIT does not have an XTAL soldered by default. Signed-off-by: Tahsin Mutlugun <[email protected]>
1 parent 2a89973 commit 8c33a9b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

boards/adi/max32657evkit/max32657evkit_max32657_common.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,11 @@
9292
status = "okay";
9393
};
9494
};
95+
96+
&wut0 {
97+
clock-source = <ADI_MAX32_PRPH_CLK_SRC_INRO>;
98+
};
99+
100+
&wut1 {
101+
clock-source = <ADI_MAX32_PRPH_CLK_SRC_INRO>;
102+
};

0 commit comments

Comments
 (0)