Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boards/st/nucleo_wb05kz/nucleo_wb05kz.dts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
pinctrl-names = "default";
status = "okay";
/* Select 64MHz clock for SPI3 */
clocks = <&rcc STM32_CLOCK_BUS_APB1 (1 << 14)>,
clocks = <&rcc STM32_CLOCK(APB1, 14)>,
<&rcc STM32_SRC_SYSCLK SPI3_I2S3_SEL(3)>;
};

Expand Down
2 changes: 1 addition & 1 deletion boards/st/nucleo_wb09ke/nucleo_wb09ke.dts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
pinctrl-names = "default";
status = "okay";
/* Select 64MHz clock for SPI3 */
clocks = <&rcc STM32_CLOCK_BUS_APB1 (1 << 14)>,
clocks = <&rcc STM32_CLOCK(APB1, 14)>,
<&rcc STM32_SRC_SYSCLK SPI3_I2S3_SEL(3)>;
};

Expand Down