Skip to content

Commit 5539a22

Browse files
djiatsaf-stnashif
authored andcommitted
samples: drivers: i2s: output: update u385rg_q sa1 pins node
Choose another sai1_fs_a pin available to avoid the need to disable the Zephyr-chosen console and i2c3 node. Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent 43bf0b3 commit 5539a22

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

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

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,11 @@
99
aliases {
1010
i2s-tx = &sai1_a;
1111
};
12-
13-
chosen {
14-
zephyr,console = &lpuart1;
15-
zephyr,shell-uart = &lpuart1;
16-
};
1712
};
1813

1914
/* 46.875KHz (6.29% Error) */
2015
&sai1_a {
21-
pinctrl-0 = <&sai1_mclk_a_pb8 &sai1_sd_a_pc1
22-
&sai1_fs_a_pa9 &sai1_sck_a_pb10>;
16+
pinctrl-0 = <&sai1_mclk_a_pb8 &sai1_sd_a_pc3 &sai1_fs_a_pb9 &sai1_sck_a_pb10>;
2317
pinctrl-names = "default";
2418
status = "okay";
2519
mclk-enable;
@@ -34,11 +28,3 @@
3428
&clk_msik {
3529
status = "okay";
3630
};
37-
38-
&i2c3 {
39-
status = "disabled";
40-
};
41-
42-
&usart1 {
43-
status = "disabled";
44-
};

0 commit comments

Comments
 (0)