Skip to content

Commit 400c3b8

Browse files
committed
Update arduino_portenta_c33_r7fa6m5bh3cfc.overlay
Remove the pinctrls from SCI7 and 6. 7 is correct in zephyr, 6 needs PR to be applied.
1 parent 839e9dd commit 400c3b8

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

variants/arduino_portenta_c33_r7fa6m5bh3cfc/arduino_portenta_c33_r7fa6m5bh3cfc.overlay

+2-22
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,6 @@
2222
};
2323
};
2424

25-
&pinctrl {
26-
sci7_default: sci7_default {
27-
group1 {
28-
/* tx rx */
29-
psels = <RA_PSEL(RA_PSEL_SCI_7, 6, 13)>,
30-
<RA_PSEL(RA_PSEL_SCI_7, 6, 14)>,
31-
<RA_PSEL(RA_PSEL_SCI_7, 6, 11)>,
32-
<RA_PSEL(RA_PSEL_SCI_7, 4, 4)>;
33-
};
34-
};
35-
sci6_default: sci6_default {
36-
group1 {
37-
/* tx rx */
38-
psels = <RA_PSEL(RA_PSEL_SCI_6, 5, 6)>,
39-
<RA_PSEL(RA_PSEL_SCI_6, 3, 4)>,
40-
<RA_PSEL(RA_PSEL_SCI_6, 5, 3)>,
41-
<RA_PSEL(RA_PSEL_SCI_6, 5, 2)>;
42-
};
43-
};
44-
45-
};
46-
4725

4826
&sci7 {
4927
pinctrl-0 = <&sci7_default>;
@@ -69,6 +47,8 @@
6947

7048
&sci5 {
7149
status = "okay";
50+
pinctrl-0 = <&sci5_default>;
51+
pinctrl-names = "default";
7252

7353
uart5: uart {
7454
status = "okay";

0 commit comments

Comments
 (0)