Skip to content

Commit

Permalink
boards: makerbase: mks_canable_v20: mks_canable_v20.dts
Browse files Browse the repository at this point in the history
add and enable lptim

Signed-off-by: Alexander Kozhinov <[email protected]>
  • Loading branch information
KozhinovAlexander committed Nov 14, 2024
1 parent 1e095cc commit 1bd250e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boards/makerbase/mks_canable_v20/mks_canable_v20.dts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@
status = "okay";
};

stm32_lp_tick_source: &lptim1 {
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x80000000>,
<&rcc STM32_SRC_LSE LPTIM1_SEL(3)>;
status = "okay";
};

&rtc {
status = "okay";
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00000400>,
Expand Down

0 comments on commit 1bd250e

Please sign in to comment.