Skip to content

Commit 076a29a

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 076a29a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@
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 {

0 commit comments

Comments
 (0)