Skip to content

Commit c787bcf

Browse files
committed
samples: i2s: output: fix nucleo_f767zi pllsai clock config
This change fixes PLLSAI clock configuration clock on nucleo_f767zi board Signed-off-by: Mario Paja <[email protected]>
1 parent 4af34c4 commit c787bcf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

samples/drivers/i2s/output/boards/nucleo_f767zi.overlay

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
};
1212

1313
/* 44.27KHz (0.38% Error) */
14-
&pllsai{
14+
&pllsai {
1515
div-m = <4>;
1616
mul-n = <119>;
17-
div-p = <2>;
1817
div-q = <7>;
19-
div-r = <2>;
2018
div-divq = <3>;
21-
div-divr = <2>;
19+
clocks = <&clk_hse>;
20+
status = "okay";
2221
};
2322

2423
&sai1_b {
25-
pinctrl-0 = <&sai1_mclk_b_pf7 &sai1_sd_b_pe3 &sai1_fs_b_pf9 &sai1_sck_b_pf8>;
24+
pinctrl-0 = <&sai1_mclk_b_pf7 &sai1_sd_b_pe3
25+
&sai1_fs_b_pf9 &sai1_sck_b_pf8>;
2626
pinctrl-names = "default";
2727
status = "okay";
2828
mclk-enable;

0 commit comments

Comments
 (0)