Skip to content

Commit a64ced3

Browse files
committed
Update arduino_giga_r1_m7.overlay
Added the other serial ports
1 parent 0aa1c92 commit a64ced3

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

Diff for: loader/boards/arduino_giga_r1_m7.overlay

+15-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99
status = "okay";
1010
};
1111

12+
&usart2 {
13+
status = "okay";
14+
pinctrl-0 = <&usart2_tx_pd5 &usart2_rx_pd6>;
15+
pinctrl-names = "default";
16+
current-speed = <115200>;
17+
};
18+
19+
&uart4 {
20+
status = "okay";
21+
pinctrl-0 = <&uart4_tx_ph13 &uart4_rx_pi9>;
22+
pinctrl-names = "default";
23+
current-speed = <115200>;
24+
};
25+
1226
&usart6 {
1327
status = "okay";
1428
};
@@ -407,7 +421,7 @@
407421
<&gpioa 4 0>,
408422
<&gpioa 5 0>;
409423

410-
serials = <&cdc_acm_uart0>, <&usart1>, <&usart6>;
424+
serials = <&cdc_acm_uart0>, <&usart1>, <&usart2>, <&uart4>, <&usart6>;
411425
cdc-acm = <&cdc_acm_uart0>;
412426
i2cs = <&i2c4>;
413427
spis = <&spi1>, <&spi5>;

0 commit comments

Comments
 (0)