Skip to content

Commit

Permalink
keyboard: Decrease the system clock to 48MHz
Browse files Browse the repository at this point in the history
This change reduces the system clock from 72MHz to 48MHz, resulting in
decreased power consumption.
  • Loading branch information
xingrz committed May 22, 2023
1 parent fa8c3ca commit e6201ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/boards/arm/hw75_keyboard/hw75_keyboard.dts
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@
};

&pll {
mul = <9>;
mul = <6>;
clocks = <&clk_hse>;
status = "okay";
};

&rcc {
clocks = <&pll>;
clock-frequency = <DT_FREQ_M(72)>;
clock-frequency = <DT_FREQ_M(48)>;
ahb-prescaler = <1>;
apb1-prescaler = <2>;
apb2-prescaler = <1>;
Expand Down

0 comments on commit e6201ef

Please sign in to comment.